Html Css Color HEX #AF085A Jazzberry Jam

📋 copy color: '#AF085A'

red 175 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #AF085A

Tints of Jazzberry Jam #AF085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 64.1%
G = 2.93%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF085A (or 0xAF085A) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 5A. RGB value is (175,8,90). Sum of RGB (Red+Green+Blue) = 175+8+90=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF085A is #50F7A5. Grayscale: #434343. Windows color (decimal): -5306278 or 5900463. OLE color: 5900463.

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

Color convert

RGB 175 8 90 -
CMYK 0 0.95 0.49 0.31
HSL 330.54º 0.91% 0.36% -
HSV(B) 330.54º 0.95% 0.69% -
XYZ 19.61 10.03 10.57 -
YUV 67.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 175 8 90 0 0.95 0.49 0.31 330.54 0.91 0.36
Hex AF 8 5A 0 5F 31 1F 14B 5B 24
Octal 257 10 132 0 137 61 37 513 133 44
Binary 10101111 1000 1011010 0 1011111 110001 11111 101001011 1011011 100100

Color Harmonies of #AF085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF085A

Black with #AF085A

Text Example


Text Example

White with #AF085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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