Html Css Color HEX #AD0867 Jazzberry Jam

📋 copy color: '#AD0867'

red 173 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #AD0867

Tints of Jazzberry Jam #AD0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 60.92%
G = 2.82%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD0867 (or 0xAD0867) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 67. RGB value is (173,8,103). Sum of RGB (Red+Green+Blue) = 173+8+103=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0867 is #52F798. Grayscale: #434343. Windows color (decimal): -5437337 or 6752429. OLE color: 6752429.

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

Color convert

RGB 173 8 103 -
CMYK 0 0.95 0.40 0.32
HSL 325.45º 0.91% 0.35% -
HSV(B) 325.45º 0.95% 0.68% -
XYZ 19.77 10.04 13.73 -
YUV 68.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 173 8 103 0 0.95 0.40 0.32 325.45 0.91 0.35
Hex AD 8 67 0 5F 28 20 145 5B 23
Octal 255 10 147 0 137 50 40 505 133 43
Binary 10101101 1000 1100111 0 1011111 101000 100000 101000101 1011011 100011

Color Harmonies of #AD0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0867

Black with #AD0867

Text Example


Text Example

White with #AD0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0867; }

 p { color: rgb(173,8,103); }

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

background-color css

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

 a { background-color: rgb(173,8,103); }

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

border-color css

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

 span { border-color: rgb(173,8,103); }

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