Html Css Color HEX #AF1A5C Jazzberry Jam

📋 copy color: '#AF1A5C'

red 175 ◦ green 26 ◦ blue 92

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

Shades of Jazzberry Jam #AF1A5C

Tints of Jazzberry Jam #AF1A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 59.73%
G = 8.87%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF1A5C (or 0xAF1A5C) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 5C. RGB value is (175,26,92). Sum of RGB (Red+Green+Blue) = 175+26+92=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A5C is #50E5A3. Grayscale: #4D4D4D. Windows color (decimal): -5301668 or 6036143. OLE color: 6036143.

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

Color convert

RGB 175 26 92 -
CMYK 0 0.85 0.47 0.31
HSL 333.42º 0.74% 0.39% -
HSV(B) 333.42º 0.85% 0.69% -
XYZ 19.98 10.63 11.12 -
YUV 78.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 175 26 92 0 0.85 0.47 0.31 333.42 0.74 0.39
Hex AF 1A 5C 0 55 2F 1F 14D 4A 27
Octal 257 32 134 0 125 57 37 515 112 47
Binary 10101111 11010 1011100 0 1010101 101111 11111 101001101 1001010 100111

Color Harmonies of #AF1A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A5C

Black with #AF1A5C

Text Example


Text Example

White with #AF1A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A5C; }

 p { color: rgb(175,26,92); }

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

background-color css

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

 a { background-color: rgb(175,26,92); }

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

border-color css

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

 span { border-color: rgb(175,26,92); }

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