Html Css Color HEX #AF0975 Jazzberry Jam

📋 copy color: '#AF0975'

red 175 ◦ green 9 ◦ blue 117

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

Shades of Jazzberry Jam #AF0975

Tints of Jazzberry Jam #AF0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 58.14%
G = 2.99%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0975 (or 0xAF0975) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 75. RGB value is (175,9,117). Sum of RGB (Red+Green+Blue) = 175+9+117=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0975 is #50F68A. Grayscale: #464646. Windows color (decimal): -5305995 or 7670191. OLE color: 7670191.

HSL color Cylindrical-coordinate representation of color #AF0975: hue angle of 320.96º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0975 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 117 -
CMYK 0 0.95 0.33 0.31
HSL 320.96º 0.9% 0.36% -
HSV(B) 320.96º 0.95% 0.69% -
XYZ 20.99 10.59 17.77 -
YUV 70.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 175 9 117 0 0.95 0.33 0.31 320.96 0.9 0.36
Hex AF 9 75 0 5F 21 1F 141 5A 24
Octal 257 11 165 0 137 41 37 501 132 44
Binary 10101111 1001 1110101 0 1011111 100001 11111 101000001 1011010 100100

Color Harmonies of #AF0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0975

Black with #AF0975

Text Example


Text Example

White with #AF0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0975; }

 p { color: rgb(175,9,117); }

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

background-color css

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

 a { background-color: rgb(175,9,117); }

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

border-color css

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

 span { border-color: rgb(175,9,117); }

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