Html Css Color HEX #AD026D Jazzberry Jam

📋 copy color: '#AD026D'

red 173 ◦ green 2 ◦ blue 109

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

Shades of Jazzberry Jam #AD026D

Tints of Jazzberry Jam #AD026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 60.92%
G = 0.7%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD026D (or 0xAD026D) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 6D. RGB value is (173,2,109). Sum of RGB (Red+Green+Blue) = 173+2+109=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD026D is #52FD92. Grayscale: #414141. Windows color (decimal): -5438867 or 7144109. OLE color: 7144109.

HSL color Cylindrical-coordinate representation of color #AD026D: hue angle of 322.46º 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 #AD026D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 109 -
CMYK 0 0.99 0.37 0.32
HSL 322.46º 0.98% 0.34% -
HSV(B) 322.46º 0.99% 0.68% -
XYZ 20.02 10.03 15.35 -
YUV 65.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 173 2 109 0 0.99 0.37 0.32 322.46 0.98 0.34
Hex AD 2 6D 0 63 25 20 142 62 22
Octal 255 2 155 0 143 45 40 502 142 42
Binary 10101101 10 1101101 0 1100011 100101 100000 101000010 1100010 100010

Color Harmonies of #AD026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD026D

Black with #AD026D

Text Example


Text Example

White with #AD026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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