Html Css Color HEX #AF1B74 Jazzberry Jam

📋 copy color: '#AF1B74'

red 175 ◦ green 27 ◦ blue 116

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

Shades of Jazzberry Jam #AF1B74

Tints of Jazzberry Jam #AF1B74

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 55.03%
G = 8.49%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1B74 (or 0xAF1B74) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 74. RGB value is (175,27,116). Sum of RGB (Red+Green+Blue) = 175+27+116=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B74 is #50E48B. Grayscale: #515151. Windows color (decimal): -5301388 or 7609263. OLE color: 7609263.

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

Color convert

RGB 175 27 116 -
CMYK 0 0.85 0.34 0.31
HSL 323.92º 0.73% 0.4% -
HSV(B) 323.92º 0.85% 0.69% -
XYZ 21.22 11.16 17.56 -
YUV 81.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 175 27 116 0 0.85 0.34 0.31 323.92 0.73 0.4
Hex AF 1B 74 0 55 22 1F 144 49 28
Octal 257 33 164 0 125 42 37 504 111 50
Binary 10101111 11011 1110100 0 1010101 100010 11111 101000100 1001001 101000

Color Harmonies of #AF1B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B74

Black with #AF1B74

Text Example


Text Example

White with #AF1B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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