Html Css Color HEX #AF026E Jazzberry Jam

📋 copy color: '#AF026E'

red 175 ◦ green 2 ◦ blue 110

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

Shades of Jazzberry Jam #AF026E

Tints of Jazzberry Jam #AF026E

RGB

 RED value IS 175 (68.75% from 255) = 60.98%

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

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

R = 60.98%
G = 0.7%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF026E (or 0xAF026E) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 6E. RGB value is (175,2,110). Sum of RGB (Red+Green+Blue) = 175+2+110=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF026E is #50FD91. Grayscale: #414141. Windows color (decimal): -5307794 or 7209647. OLE color: 7209647.

HSL color Cylindrical-coordinate representation of color #AF026E: hue angle of 322.54º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF026E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 110 -
CMYK 0 0.99 0.37 0.31
HSL 322.54º 0.98% 0.35% -
HSV(B) 322.54º 0.99% 0.69% -
XYZ 20.52 10.28 15.66 -
YUV 66.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 175 2 110 0 0.99 0.37 0.31 322.54 0.98 0.35
Hex AF 2 6E 0 63 25 1F 143 62 23
Octal 257 2 156 0 143 45 37 503 142 43
Binary 10101111 10 1101110 0 1100011 100101 11111 101000011 1100010 100011

Color Harmonies of #AF026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF026E

Black with #AF026E

Text Example


Text Example

White with #AF026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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