Html Css Color HEX #AF2070 Jazzberry Jam

📋 copy color: '#AF2070'

red 175 ◦ green 32 ◦ blue 112

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

Shades of Jazzberry Jam #AF2070

Tints of Jazzberry Jam #AF2070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 54.86%
G = 10.03%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF2070 (or 0xAF2070) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 70. RGB value is (175,32,112). Sum of RGB (Red+Green+Blue) = 175+32+112=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2070 is #50DF8F. Grayscale: #535353. Windows color (decimal): -5300112 or 7348399. OLE color: 7348399.

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

Color convert

RGB 175 32 112 -
CMYK 0 0.82 0.36 0.31
HSL 326.43º 0.69% 0.41% -
HSV(B) 326.43º 0.82% 0.69% -
XYZ 21.12 11.32 16.4 -
YUV 83.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 175 32 112 0 0.82 0.36 0.31 326.43 0.69 0.41
Hex AF 20 70 0 52 24 1F 146 45 29
Octal 257 40 160 0 122 44 37 506 105 51
Binary 10101111 100000 1110000 0 1010010 100100 11111 101000110 1000101 101001

Color Harmonies of #AF2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2070

Black with #AF2070

Text Example


Text Example

White with #AF2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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