Html Css Color HEX #AF0F5D Jazzberry Jam

📋 copy color: '#AF0F5D'

red 175 ◦ green 15 ◦ blue 93

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

Shades of Jazzberry Jam #AF0F5D

Tints of Jazzberry Jam #AF0F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 61.84%
G = 5.3%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF0F5D (or 0xAF0F5D) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 5D. RGB value is (175,15,93). Sum of RGB (Red+Green+Blue) = 175+15+93=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F5D is #50F0A2. Grayscale: #474747. Windows color (decimal): -5304483 or 6098863. OLE color: 6098863.

HSL color Cylindrical-coordinate representation of color #AF0F5D: hue angle of 330.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F5D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 93 -
CMYK 0 0.91 0.47 0.31
HSL 330.75º 0.84% 0.37% -
HSV(B) 330.75º 0.91% 0.69% -
XYZ 19.83 10.25 11.29 -
YUV 71.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 175 15 93 0 0.91 0.47 0.31 330.75 0.84 0.37
Hex AF F 5D 0 5B 2F 1F 14B 54 25
Octal 257 17 135 0 133 57 37 513 124 45
Binary 10101111 1111 1011101 0 1011011 101111 11111 101001011 1010100 100101

Color Harmonies of #AF0F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F5D

Black with #AF0F5D

Text Example


Text Example

White with #AF0F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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