Html Css Color HEX #AF2062 Jazzberry Jam

📋 copy color: '#AF2062'

red 175 ◦ green 32 ◦ blue 98

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

Shades of Jazzberry Jam #AF2062

Tints of Jazzberry Jam #AF2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 57.38%
G = 10.49%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF2062 (or 0xAF2062) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 62. RGB value is (175,32,98). Sum of RGB (Red+Green+Blue) = 175+32+98=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2062 is #50DF9D. Grayscale: #525252. Windows color (decimal): -5300126 or 6430895. OLE color: 6430895.

HSL color Cylindrical-coordinate representation of color #AF2062: hue angle of 332.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2062 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 98 -
CMYK 0 0.82 0.44 0.31
HSL 332.31º 0.69% 0.41% -
HSV(B) 332.31º 0.82% 0.69% -
XYZ 20.4 11.03 12.61 -
YUV 82.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 175 32 98 0 0.82 0.44 0.31 332.31 0.69 0.41
Hex AF 20 62 0 52 2C 1F 14C 45 29
Octal 257 40 142 0 122 54 37 514 105 51
Binary 10101111 100000 1100010 0 1010010 101100 11111 101001100 1000101 101001

Color Harmonies of #AF2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2062

Black with #AF2062

Text Example


Text Example

White with #AF2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2062; }

 p { color: rgb(175,32,98); }

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

background-color css

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

 a { background-color: rgb(175,32,98); }

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

border-color css

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

 span { border-color: rgb(175,32,98); }

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