Html Css Color HEX #AD026C Jazzberry Jam

📋 copy color: '#AD026C'

red 173 ◦ green 2 ◦ blue 108

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

Shades of Jazzberry Jam #AD026C

Tints of Jazzberry Jam #AD026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 61.13%
G = 0.71%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD026C (or 0xAD026C) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 6C. RGB value is (173,2,108). Sum of RGB (Red+Green+Blue) = 173+2+108=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD026C is #52FD93. Grayscale: #404040. Windows color (decimal): -5438868 or 7078573. OLE color: 7078573.

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

Color convert

RGB 173 2 108 -
CMYK 0 0.99 0.38 0.32
HSL 322.81º 0.98% 0.34% -
HSV(B) 322.81º 0.99% 0.68% -
XYZ 19.96 10.01 15.07 -
YUV 65.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 173 2 108 0 0.99 0.38 0.32 322.81 0.98 0.34
Hex AD 2 6C 0 63 26 20 143 62 22
Octal 255 2 154 0 143 46 40 503 142 42
Binary 10101101 10 1101100 0 1100011 100110 100000 101000011 1100010 100010

Color Harmonies of #AD026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD026C

Black with #AD026C

Text Example


Text Example

White with #AD026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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