Html Css Color HEX #AF1965 Jazzberry Jam

📋 copy color: '#AF1965'

red 175 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #AF1965

Tints of Jazzberry Jam #AF1965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 58.14%
G = 8.31%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1965 (or 0xAF1965) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 65. RGB value is (175,25,101). Sum of RGB (Red+Green+Blue) = 175+25+101=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1965 is #50E69A. Grayscale: #4E4E4E. Windows color (decimal): -5301915 or 6625711. OLE color: 6625711.

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

Color convert

RGB 175 25 101 -
CMYK 0 0.86 0.42 0.31
HSL 329.6º 0.75% 0.39% -
HSV(B) 329.6º 0.86% 0.69% -
XYZ 20.38 10.75 13.31 -
YUV 78.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 175 25 101 0 0.86 0.42 0.31 329.6 0.75 0.39
Hex AF 19 65 0 56 2A 1F 14A 4B 27
Octal 257 31 145 0 126 52 37 512 113 47
Binary 10101111 11001 1100101 0 1010110 101010 11111 101001010 1001011 100111

Color Harmonies of #AF1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1965

Black with #AF1965

Text Example


Text Example

White with #AF1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1965; }

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

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

background-color css

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

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

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

border-color css

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

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

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