Html Css Color HEX #AF0270 Jazzberry Jam

📋 copy color: '#AF0270'

red 175 ◦ green 2 ◦ blue 112

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

Shades of Jazzberry Jam #AF0270

Tints of Jazzberry Jam #AF0270

RGB

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

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

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

R = 60.55%
G = 0.69%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0270 (or 0xAF0270) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 70. RGB value is (175,2,112). Sum of RGB (Red+Green+Blue) = 175+2+112=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0270 is #50FD8F. Grayscale: #424242. Windows color (decimal): -5307792 or 7340719. OLE color: 7340719.

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

Color convert

RGB 175 2 112 -
CMYK 0 0.99 0.36 0.31
HSL 321.85º 0.98% 0.35% -
HSV(B) 321.85º 0.99% 0.69% -
XYZ 20.63 10.33 16.24 -
YUV 66.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 175 2 112 0 0.99 0.36 0.31 321.85 0.98 0.35
Hex AF 2 70 0 63 24 1F 142 62 23
Octal 257 2 160 0 143 44 37 502 142 43
Binary 10101111 10 1110000 0 1100011 100100 11111 101000010 1100010 100011

Color Harmonies of #AF0270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0270

Black with #AF0270

Text Example


Text Example

White with #AF0270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0270; }

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

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

background-color css

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

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

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

border-color css

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

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

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