Html Css Color HEX #AD026E Jazzberry Jam

📋 copy color: '#AD026E'

red 173 ◦ green 2 ◦ blue 110

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

Shades of Jazzberry Jam #AD026E

Tints of Jazzberry Jam #AD026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 60.7%
G = 0.7%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD026E (or 0xAD026E) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 6E. RGB value is (173,2,110). Sum of RGB (Red+Green+Blue) = 173+2+110=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD026E is #52FD91. Grayscale: #414141. Windows color (decimal): -5438866 or 7209645. OLE color: 7209645.

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

Color convert

RGB 173 2 110 -
CMYK 0 0.99 0.36 0.32
HSL 322.11º 0.98% 0.34% -
HSV(B) 322.11º 0.99% 0.68% -
XYZ 20.07 10.05 15.63 -
YUV 65.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 173 2 110 0 0.99 0.36 0.32 322.11 0.98 0.34
Hex AD 2 6E 0 63 24 20 142 62 22
Octal 255 2 156 0 143 44 40 502 142 42
Binary 10101101 10 1101110 0 1100011 100100 100000 101000010 1100010 100010

Color Harmonies of #AD026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD026E

Black with #AD026E

Text Example


Text Example

White with #AD026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD026E; }

 p { color: rgb(173,2,110); }

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

background-color css

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

 a { background-color: rgb(173,2,110); }

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

border-color css

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

 span { border-color: rgb(173,2,110); }

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