Html Css Color HEX #AD026A Jazzberry Jam

📋 copy color: '#AD026A'

red 173 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #AD026A

Tints of Jazzberry Jam #AD026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 61.57%
G = 0.71%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD026A (or 0xAD026A) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 6A. RGB value is (173,2,106). Sum of RGB (Red+Green+Blue) = 173+2+106=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD026A is #52FD95. Grayscale: #404040. Windows color (decimal): -5438870 or 6947501. OLE color: 6947501.

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

Color convert

RGB 173 2 106 -
CMYK 0 0.99 0.39 0.32
HSL 323.51º 0.98% 0.34% -
HSV(B) 323.51º 0.99% 0.68% -
XYZ 19.86 9.97 14.51 -
YUV 64.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 173 2 106 0 0.99 0.39 0.32 323.51 0.98 0.34
Hex AD 2 6A 0 63 27 20 144 62 22
Octal 255 2 152 0 143 47 40 504 142 42
Binary 10101101 10 1101010 0 1100011 100111 100000 101000100 1100010 100010

Color Harmonies of #AD026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD026A

Black with #AD026A

Text Example


Text Example

White with #AD026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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