Html Css Color HEX #AF1F5D Jazzberry Jam

📋 copy color: '#AF1F5D'

red 175 ◦ green 31 ◦ blue 93

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

Shades of Jazzberry Jam #AF1F5D

Tints of Jazzberry Jam #AF1F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 58.53%
G = 10.37%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF1F5D (or 0xAF1F5D) is known color: Jazzberry Jam. HEX triplet: AF, 1F and 5D. RGB value is (175,31,93). Sum of RGB (Red+Green+Blue) = 175+31+93=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F5D is #50E0A2. Grayscale: #515151. Windows color (decimal): -5300387 or 6102959. OLE color: 6102959.

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

Color convert

RGB 175 31 93 -
CMYK 0 0.82 0.47 0.31
HSL 334.17º 0.7% 0.4% -
HSV(B) 334.17º 0.82% 0.69% -
XYZ 20.14 10.88 11.4 -
YUV 81.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 175 31 93 0 0.82 0.47 0.31 334.17 0.7 0.4
Hex AF 1F 5D 0 52 2F 1F 14E 46 28
Octal 257 37 135 0 122 57 37 516 106 50
Binary 10101111 11111 1011101 0 1010010 101111 11111 101001110 1000110 101000

Color Harmonies of #AF1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F5D

Black with #AF1F5D

Text Example


Text Example

White with #AF1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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