Html Css Color HEX #AF1964 Jazzberry Jam

📋 copy color: '#AF1964'

red 175 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #AF1964

Tints of Jazzberry Jam #AF1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF1964 (or 0xAF1964) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 64. RGB value is (175,25,100). Sum of RGB (Red+Green+Blue) = 175+25+100=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1964 is #50E69B. Grayscale: #4E4E4E. Windows color (decimal): -5301916 or 6560175. OLE color: 6560175.

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

Color convert

RGB 175 25 100 -
CMYK 0 0.86 0.43 0.31
HSL 330º 0.75% 0.39% -
HSV(B) 330º 0.86% 0.69% -
XYZ 20.33 10.73 13.06 -
YUV 78.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 175 25 100 0 0.86 0.43 0.31 330 0.75 0.39
Hex AF 19 64 0 56 2B 1F 14A 4B 27
Octal 257 31 144 0 126 53 37 512 113 47
Binary 10101111 11001 1100100 0 1010110 101011 11111 101001010 1001011 100111

Color Harmonies of #AF1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1964

Black with #AF1964

Text Example


Text Example

White with #AF1964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1964; }

 p { color: rgb(175,25,100); }

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

background-color css

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

 a { background-color: rgb(175,25,100); }

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

border-color css

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

 span { border-color: rgb(175,25,100); }

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