Html Css Color HEX #AF1F5A Jazzberry Jam

📋 copy color: '#AF1F5A'

red 175 ◦ green 31 ◦ blue 90

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

Shades of Jazzberry Jam #AF1F5A

Tints of Jazzberry Jam #AF1F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 59.12%
G = 10.47%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF1F5A (or 0xAF1F5A) is known color: Jazzberry Jam. HEX triplet: AF, 1F and 5A. RGB value is (175,31,90). Sum of RGB (Red+Green+Blue) = 175+31+90=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F5A is #50E0A5. Grayscale: #505050. Windows color (decimal): -5300390 or 5906351. OLE color: 5906351.

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

Color convert

RGB 175 31 90 -
CMYK 0 0.82 0.49 0.31
HSL 335.42º 0.7% 0.4% -
HSV(B) 335.42º 0.82% 0.69% -
XYZ 20.01 10.83 10.71 -
YUV 80.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 175 31 90 0 0.82 0.49 0.31 335.42 0.7 0.4
Hex AF 1F 5A 0 52 31 1F 14F 46 28
Octal 257 37 132 0 122 61 37 517 106 50
Binary 10101111 11111 1011010 0 1010010 110001 11111 101001111 1000110 101000

Color Harmonies of #AF1F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F5A

Black with #AF1F5A

Text Example


Text Example

White with #AF1F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F5A; }

 p { color: rgb(175,31,90); }

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

background-color css

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

 a { background-color: rgb(175,31,90); }

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

border-color css

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

 span { border-color: rgb(175,31,90); }

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