Html Css Color HEX #AF1358 Jazzberry Jam

📋 copy color: '#AF1358'

red 175 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #AF1358

Tints of Jazzberry Jam #AF1358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 62.06%
G = 6.74%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1358 (or 0xAF1358) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 58. RGB value is (175,19,88). Sum of RGB (Red+Green+Blue) = 175+19+88=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1358 is #50ECA7. Grayscale: #494949. Windows color (decimal): -5303464 or 5772207. OLE color: 5772207.

HSL color Cylindrical-coordinate representation of color #AF1358: hue angle of 333.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1358 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 88 -
CMYK 0 0.89 0.50 0.31
HSL 333.46º 0.8% 0.38% -
HSV(B) 333.46º 0.89% 0.69% -
XYZ 19.67 10.28 10.18 -
YUV 73.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 175 19 88 0 0.89 0.50 0.31 333.46 0.8 0.38
Hex AF 13 58 0 59 32 1F 14D 50 26
Octal 257 23 130 0 131 62 37 515 120 46
Binary 10101111 10011 1011000 0 1011001 110010 11111 101001101 1010000 100110

Color Harmonies of #AF1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1358

Black with #AF1358

Text Example


Text Example

White with #AF1358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1358; }

 p { color: rgb(175,19,88); }

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

background-color css

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

 a { background-color: rgb(175,19,88); }

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

border-color css

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

 span { border-color: rgb(175,19,88); }

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