Html Css Color HEX #AF1270 Jazzberry Jam

📋 copy color: '#AF1270'

red 175 ◦ green 18 ◦ blue 112

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

Shades of Jazzberry Jam #AF1270

Tints of Jazzberry Jam #AF1270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

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

R = 57.38%
G = 5.9%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF1270 (or 0xAF1270) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 70. RGB value is (175,18,112). Sum of RGB (Red+Green+Blue) = 175+18+112=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1270 is #50ED8F. Grayscale: #4B4B4B. Windows color (decimal): -5303696 or 7344815. OLE color: 7344815.

HSL color Cylindrical-coordinate representation of color #AF1270: hue angle of 324.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1270 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 112 -
CMYK 0 0.90 0.36 0.31
HSL 324.08º 0.81% 0.38% -
HSV(B) 324.08º 0.9% 0.69% -
XYZ 20.82 10.72 16.3 -
YUV 75.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 175 18 112 0 0.90 0.36 0.31 324.08 0.81 0.38
Hex AF 12 70 0 5A 24 1F 144 51 26
Octal 257 22 160 0 132 44 37 504 121 46
Binary 10101111 10010 1110000 0 1011010 100100 11111 101000100 1010001 100110

Color Harmonies of #AF1270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1270

Black with #AF1270

Text Example


Text Example

White with #AF1270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1270; }

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

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

background-color css

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

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

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

border-color css

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

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

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