Html Css Color HEX #AF1874 Jazzberry Jam

📋 copy color: '#AF1874'

red 175 ◦ green 24 ◦ blue 116

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

Shades of Jazzberry Jam #AF1874

Tints of Jazzberry Jam #AF1874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 55.56%
G = 7.62%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1874 (or 0xAF1874) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 74. RGB value is (175,24,116). Sum of RGB (Red+Green+Blue) = 175+24+116=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1874 is #50E78B. Grayscale: #4F4F4F. Windows color (decimal): -5302156 or 7608495. OLE color: 7608495.

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

Color convert

RGB 175 24 116 -
CMYK 0 0.86 0.34 0.31
HSL 323.44º 0.76% 0.39% -
HSV(B) 323.44º 0.86% 0.69% -
XYZ 21.16 11.03 17.54 -
YUV 79.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 175 24 116 0 0.86 0.34 0.31 323.44 0.76 0.39
Hex AF 18 74 0 56 22 1F 143 4C 27
Octal 257 30 164 0 126 42 37 503 114 47
Binary 10101111 11000 1110100 0 1010110 100010 11111 101000011 1001100 100111

Color Harmonies of #AF1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1874

Black with #AF1874

Text Example


Text Example

White with #AF1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1874; }

 p { color: rgb(175,24,116); }

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

background-color css

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

 a { background-color: rgb(175,24,116); }

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

border-color css

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

 span { border-color: rgb(175,24,116); }

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