Html Css Color HEX #AD0A67 Jazzberry Jam

📋 copy color: '#AD0A67'

red 173 ◦ green 10 ◦ blue 103

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

Shades of Jazzberry Jam #AD0A67

Tints of Jazzberry Jam #AD0A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

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

R = 60.49%
G = 3.5%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD0A67 (or 0xAD0A67) is known color: Jazzberry Jam. HEX triplet: AD, 0A and 67. RGB value is (173,10,103). Sum of RGB (Red+Green+Blue) = 173+10+103=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0A67 is #52F598. Grayscale: #454545. Windows color (decimal): -5436825 or 6752941. OLE color: 6752941.

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

Color convert

RGB 173 10 103 -
CMYK 0 0.94 0.40 0.32
HSL 325.77º 0.89% 0.36% -
HSV(B) 325.77º 0.94% 0.68% -
XYZ 19.79 10.08 13.73 -
YUV 69.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 173 10 103 0 0.94 0.40 0.32 325.77 0.89 0.36
Hex AD A 67 0 5E 28 20 146 59 24
Octal 255 12 147 0 136 50 40 506 131 44
Binary 10101101 1010 1100111 0 1011110 101000 100000 101000110 1011001 100100

Color Harmonies of #AD0A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A67

Black with #AD0A67

Text Example


Text Example

White with #AD0A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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