Html Css Color HEX #AD105D Jazzberry Jam

📋 copy color: '#AD105D'

red 173 ◦ green 16 ◦ blue 93

#AD105D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD105D

Tints of Jazzberry Jam #AD105D

RGB

 RED value IS 173 (67.97% from 255) = 61.35%

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 61.35%
G = 5.67%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD105D (or 0xAD105D) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 5D. RGB value is (173,16,93). Sum of RGB (Red+Green+Blue) = 173+16+93=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105D is #52EFA2. Grayscale: #474747. Windows color (decimal): -5435299 or 6099117. OLE color: 6099117.

HSL color Cylindrical-coordinate representation of color #AD105D: hue angle of 330.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD105D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 93 -
CMYK 0 0.91 0.46 0.32
HSL 330.57º 0.83% 0.37% -
HSV(B) 330.57º 0.91% 0.68% -
XYZ 19.39 10.05 11.27 -
YUV 71.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 173 16 93 0 0.91 0.46 0.32 330.57 0.83 0.37
Hex AD 10 5D 0 5B 2E 20 14B 53 25
Octal 255 20 135 0 133 56 40 513 123 45
Binary 10101101 10000 1011101 0 1011011 101110 100000 101001011 1010011 100101

Color Harmonies of #AD105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD105D

Black with #AD105D

Text Example


Text Example

White with #AD105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD105D; }

 p { color: rgb(173,16,93); }

 H1.HeaderClassName
 {
   color: #AD105D;
 }
 .AnyTagClassName
 {
   color: #AD105D;
 }
</style>

background-color css

<style>
 a { background-color: #AD105D; }

 a { background-color: rgb(173,16,93); }

 div.DivClassName
 {
   background-color: #AD105D;
 }
 .BgClassName
 {
   background-color: #AD105D;
 }
</style>

border-color css

<style>
 span { border-color: #AD105D; }

 span { border-color: rgb(173,16,93); }

 td.TdClassName
 {
   border-color: #AD105D;
 }
 .TagClassName
 {
   border-color: #AD105D;
 }
</style>