Html Css Color HEX #AF1250 Jazzberry Jam

📋 copy color: '#AF1250'

red 175 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #AF1250

Tints of Jazzberry Jam #AF1250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 64.1%
G = 6.59%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF1250 (or 0xAF1250) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 50. RGB value is (175,18,80). Sum of RGB (Red+Green+Blue) = 175+18+80=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1250 is #50EDAF. Grayscale: #474747. Windows color (decimal): -5303728 or 5247663. OLE color: 5247663.

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

Color convert

RGB 175 18 80 -
CMYK 0 0.90 0.54 0.31
HSL 336.31º 0.81% 0.38% -
HSV(B) 336.31º 0.9% 0.69% -
XYZ 19.34 10.13 8.52 -
YUV 72.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 175 18 80 0 0.90 0.54 0.31 336.31 0.81 0.38
Hex AF 12 50 0 5A 36 1F 150 51 26
Octal 257 22 120 0 132 66 37 520 121 46
Binary 10101111 10010 1010000 0 1011010 110110 11111 101010000 1010001 100110

Color Harmonies of #AF1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1250

Black with #AF1250

Text Example


Text Example

White with #AF1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1250; }

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

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

background-color css

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

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

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

border-color css

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

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

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