Html Css Color HEX #AF0968 Jazzberry Jam

📋 copy color: '#AF0968'

red 175 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #AF0968

Tints of Jazzberry Jam #AF0968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 60.76%
G = 3.13%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0968 (or 0xAF0968) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 68. RGB value is (175,9,104). Sum of RGB (Red+Green+Blue) = 175+9+104=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0968 is #50F697. Grayscale: #454545. Windows color (decimal): -5306008 or 6818223. OLE color: 6818223.

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

Color convert

RGB 175 9 104 -
CMYK 0 0.95 0.41 0.31
HSL 325.66º 0.9% 0.36% -
HSV(B) 325.66º 0.95% 0.69% -
XYZ 20.28 10.31 14.02 -
YUV 69.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 175 9 104 0 0.95 0.41 0.31 325.66 0.9 0.36
Hex AF 9 68 0 5F 29 1F 146 5A 24
Octal 257 11 150 0 137 51 37 506 132 44
Binary 10101111 1001 1101000 0 1011111 101001 11111 101000110 1011010 100100

Color Harmonies of #AF0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0968

Black with #AF0968

Text Example


Text Example

White with #AF0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0968; }

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

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

background-color css

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

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

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

border-color css

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

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

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