Html Css Color HEX #AF085E Jazzberry Jam

📋 copy color: '#AF085E'

red 175 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #AF085E

Tints of Jazzberry Jam #AF085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 63.18%
G = 2.89%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF085E (or 0xAF085E) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 5E. RGB value is (175,8,94). Sum of RGB (Red+Green+Blue) = 175+8+94=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF085E is #50F7A1. Grayscale: #434343. Windows color (decimal): -5306274 or 6162607. OLE color: 6162607.

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

Color convert

RGB 175 8 94 -
CMYK 0 0.95 0.46 0.31
HSL 329.1º 0.91% 0.36% -
HSV(B) 329.1º 0.95% 0.69% -
XYZ 19.79 10.1 11.5 -
YUV 67.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 175 8 94 0 0.95 0.46 0.31 329.1 0.91 0.36
Hex AF 8 5E 0 5F 2E 1F 149 5B 24
Octal 257 10 136 0 137 56 37 511 133 44
Binary 10101111 1000 1011110 0 1011111 101110 11111 101001001 1011011 100100

Color Harmonies of #AF085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF085E

Black with #AF085E

Text Example


Text Example

White with #AF085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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