Html Css Color HEX #AF036E Jazzberry Jam

📋 copy color: '#AF036E'

red 175 ◦ green 3 ◦ blue 110

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

Shades of Jazzberry Jam #AF036E

Tints of Jazzberry Jam #AF036E

RGB

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

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

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

R = 60.76%
G = 1.04%
B = 38.19%

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

#AF036E (or 0xAF036E) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 6E. RGB value is (175,3,110). Sum of RGB (Red+Green+Blue) = 175+3+110=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF036E is #50FC91. Grayscale: #424242. Windows color (decimal): -5307538 or 7209903. OLE color: 7209903.

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

Color convert

RGB 175 3 110 -
CMYK 0 0.98 0.37 0.31
HSL 322.67º 0.97% 0.35% -
HSV(B) 322.67º 0.98% 0.69% -
XYZ 20.53 10.3 15.66 -
YUV 66.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 175 3 110 0 0.98 0.37 0.31 322.67 0.97 0.35
Hex AF 3 6E 0 62 25 1F 143 61 23
Octal 257 3 156 0 142 45 37 503 141 43
Binary 10101111 11 1101110 0 1100010 100101 11111 101000011 1100001 100011

Color Harmonies of #AF036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF036E

Black with #AF036E

Text Example


Text Example

White with #AF036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF036E; }

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

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

background-color css

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

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

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

border-color css

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

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

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