Html Css Color HEX #AF1C58 Jazzberry Jam

📋 copy color: '#AF1C58'

red 175 ◦ green 28 ◦ blue 88

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

Shades of Jazzberry Jam #AF1C58

Tints of Jazzberry Jam #AF1C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

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

R = 60.14%
G = 9.62%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1C58 (or 0xAF1C58) is known color: Jazzberry Jam. HEX triplet: AF, 1C and 58. RGB value is (175,28,88). Sum of RGB (Red+Green+Blue) = 175+28+88=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C58 is #50E3A7. Grayscale: #4E4E4E. Windows color (decimal): -5301160 or 5774511. OLE color: 5774511.

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

Color convert

RGB 175 28 88 -
CMYK 0 0.84 0.50 0.31
HSL 335.51º 0.72% 0.4% -
HSV(B) 335.51º 0.84% 0.69% -
XYZ 19.86 10.65 10.24 -
YUV 78.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 175 28 88 0 0.84 0.50 0.31 335.51 0.72 0.4
Hex AF 1C 58 0 54 32 1F 150 48 28
Octal 257 34 130 0 124 62 37 520 110 50
Binary 10101111 11100 1011000 0 1010100 110010 11111 101010000 1001000 101000

Color Harmonies of #AF1C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C58

Black with #AF1C58

Text Example


Text Example

White with #AF1C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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