Html Css Color HEX #AF085D Jazzberry Jam

📋 copy color: '#AF085D'

red 175 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #AF085D

Tints of Jazzberry Jam #AF085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 63.41%
G = 2.9%
B = 33.7%

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

#AF085D (or 0xAF085D) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 5D. RGB value is (175,8,93). Sum of RGB (Red+Green+Blue) = 175+8+93=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF085D is #50F7A2. Grayscale: #434343. Windows color (decimal): -5306275 or 6097071. OLE color: 6097071.

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

Color convert

RGB 175 8 93 -
CMYK 0 0.95 0.47 0.31
HSL 329.46º 0.91% 0.36% -
HSV(B) 329.46º 0.95% 0.69% -
XYZ 19.74 10.08 11.26 -
YUV 67.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 175 8 93 0 0.95 0.47 0.31 329.46 0.91 0.36
Hex AF 8 5D 0 5F 2F 1F 149 5B 24
Octal 257 10 135 0 137 57 37 511 133 44
Binary 10101111 1000 1011101 0 1011111 101111 11111 101001001 1011011 100100

Color Harmonies of #AF085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF085D

Black with #AF085D

Text Example


Text Example

White with #AF085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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