Html Css Color HEX #AF1954 Jazzberry Jam

📋 copy color: '#AF1954'

red 175 ◦ green 25 ◦ blue 84

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

Shades of Jazzberry Jam #AF1954

Tints of Jazzberry Jam #AF1954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 61.62%
G = 8.8%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF1954 (or 0xAF1954) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 54. RGB value is (175,25,84). Sum of RGB (Red+Green+Blue) = 175+25+84=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1954 is #50E6AB. Grayscale: #4C4C4C. Windows color (decimal): -5301932 or 5511599. OLE color: 5511599.

HSL color Cylindrical-coordinate representation of color #AF1954: hue angle of 336.4º 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 #AF1954 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 84 -
CMYK 0 0.86 0.52 0.31
HSL 336.4º 0.75% 0.39% -
HSV(B) 336.4º 0.86% 0.69% -
XYZ 19.63 10.45 9.37 -
YUV 76.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 175 25 84 0 0.86 0.52 0.31 336.4 0.75 0.39
Hex AF 19 54 0 56 34 1F 150 4B 27
Octal 257 31 124 0 126 64 37 520 113 47
Binary 10101111 11001 1010100 0 1010110 110100 11111 101010000 1001011 100111

Color Harmonies of #AF1954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1954

Black with #AF1954

Text Example


Text Example

White with #AF1954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1954; }

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

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

background-color css

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

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

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

border-color css

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

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

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