Html Css Color HEX #AF085B Jazzberry Jam

📋 copy color: '#AF085B'

red 175 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #AF085B

Tints of Jazzberry Jam #AF085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 63.87%
G = 2.92%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF085B (or 0xAF085B) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 5B. RGB value is (175,8,91). Sum of RGB (Red+Green+Blue) = 175+8+91=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF085B is #50F7A4. Grayscale: #434343. Windows color (decimal): -5306277 or 5965999. OLE color: 5965999.

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

Color convert

RGB 175 8 91 -
CMYK 0 0.95 0.48 0.31
HSL 330.18º 0.91% 0.36% -
HSV(B) 330.18º 0.95% 0.69% -
XYZ 19.65 10.04 10.8 -
YUV 67.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 175 8 91 0 0.95 0.48 0.31 330.18 0.91 0.36
Hex AF 8 5B 0 5F 30 1F 14A 5B 24
Octal 257 10 133 0 137 60 37 512 133 44
Binary 10101111 1000 1011011 0 1011111 110000 11111 101001010 1011011 100100

Color Harmonies of #AF085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF085B

Black with #AF085B

Text Example


Text Example

White with #AF085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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