Html Css Color HEX #AF026F Jazzberry Jam

📋 copy color: '#AF026F'

red 175 ◦ green 2 ◦ blue 111

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

Shades of Jazzberry Jam #AF026F

Tints of Jazzberry Jam #AF026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 60.76%
G = 0.69%
B = 38.54%

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

#AF026F (or 0xAF026F) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 6F. RGB value is (175,2,111). Sum of RGB (Red+Green+Blue) = 175+2+111=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF026F is #50FD90. Grayscale: #414141. Windows color (decimal): -5307793 or 7275183. OLE color: 7275183.

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

Color convert

RGB 175 2 111 -
CMYK 0 0.99 0.37 0.31
HSL 322.2º 0.98% 0.35% -
HSV(B) 322.2º 0.99% 0.69% -
XYZ 20.57 10.31 15.94 -
YUV 66.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 175 2 111 0 0.99 0.37 0.31 322.2 0.98 0.35
Hex AF 2 6F 0 63 25 1F 142 62 23
Octal 257 2 157 0 143 45 37 502 142 43
Binary 10101111 10 1101111 0 1100011 100101 11111 101000010 1100010 100011

Color Harmonies of #AF026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF026F

Black with #AF026F

Text Example


Text Example

White with #AF026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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