Html Css Color HEX #AF085C Jazzberry Jam

📋 copy color: '#AF085C'

red 175 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #AF085C

Tints of Jazzberry Jam #AF085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 63.64%
G = 2.91%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF085C (or 0xAF085C) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 5C. RGB value is (175,8,92). Sum of RGB (Red+Green+Blue) = 175+8+92=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF085C is #50F7A3. Grayscale: #434343. Windows color (decimal): -5306276 or 6031535. OLE color: 6031535.

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

Color convert

RGB 175 8 92 -
CMYK 0 0.95 0.47 0.31
HSL 329.82º 0.91% 0.36% -
HSV(B) 329.82º 0.95% 0.69% -
XYZ 19.7 10.06 11.03 -
YUV 67.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 175 8 92 0 0.95 0.47 0.31 329.82 0.91 0.36
Hex AF 8 5C 0 5F 2F 1F 14A 5B 24
Octal 257 10 134 0 137 57 37 512 133 44
Binary 10101111 1000 1011100 0 1011111 101111 11111 101001010 1011011 100100

Color Harmonies of #AF085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF085C

Black with #AF085C

Text Example


Text Example

White with #AF085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF085C; }

 p { color: rgb(175,8,92); }

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

background-color css

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

 a { background-color: rgb(175,8,92); }

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

border-color css

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

 span { border-color: rgb(175,8,92); }

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