Html Css Color HEX #AF036F Jazzberry Jam

📋 copy color: '#AF036F'

red 175 ◦ green 3 ◦ blue 111

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

Shades of Jazzberry Jam #AF036F

Tints of Jazzberry Jam #AF036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 60.55%
G = 1.04%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF036F (or 0xAF036F) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 6F. RGB value is (175,3,111). Sum of RGB (Red+Green+Blue) = 175+3+111=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF036F is #50FC90. Grayscale: #424242. Windows color (decimal): -5307537 or 7275439. OLE color: 7275439.

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

Color convert

RGB 175 3 111 -
CMYK 0 0.98 0.37 0.31
HSL 322.33º 0.97% 0.35% -
HSV(B) 322.33º 0.98% 0.69% -
XYZ 20.58 10.33 15.95 -
YUV 66.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 175 3 111 0 0.98 0.37 0.31 322.33 0.97 0.35
Hex AF 3 6F 0 62 25 1F 142 61 23
Octal 257 3 157 0 142 45 37 502 141 43
Binary 10101111 11 1101111 0 1100010 100101 11111 101000010 1100001 100011

Color Harmonies of #AF036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF036F

Black with #AF036F

Text Example


Text Example

White with #AF036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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