Html Css Color HEX #AD0C69 Jazzberry Jam

📋 copy color: '#AD0C69'

red 173 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #AD0C69

Tints of Jazzberry Jam #AD0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 59.66%
G = 4.14%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD0C69 (or 0xAD0C69) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 69. RGB value is (173,12,105). Sum of RGB (Red+Green+Blue) = 173+12+105=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C69 is #52F396. Grayscale: #464646. Windows color (decimal): -5436311 or 6884525. OLE color: 6884525.

HSL color Cylindrical-coordinate representation of color #AD0C69: hue angle of 325.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C69 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 105 -
CMYK 0 0.93 0.39 0.32
HSL 325.34º 0.87% 0.36% -
HSV(B) 325.34º 0.93% 0.68% -
XYZ 19.91 10.17 14.28 -
YUV 70.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 173 12 105 0 0.93 0.39 0.32 325.34 0.87 0.36
Hex AD C 69 0 5D 27 20 145 57 24
Octal 255 14 151 0 135 47 40 505 127 44
Binary 10101101 1100 1101001 0 1011101 100111 100000 101000101 1010111 100100

Color Harmonies of #AD0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C69

Black with #AD0C69

Text Example


Text Example

White with #AD0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C69; }

 p { color: rgb(173,12,105); }

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

background-color css

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

 a { background-color: rgb(173,12,105); }

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

border-color css

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

 span { border-color: rgb(173,12,105); }

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