Html Css Color HEX #AF095B Jazzberry Jam

📋 copy color: '#AF095B'

red 175 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #AF095B

Tints of Jazzberry Jam #AF095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 63.64%
G = 3.27%
B = 33.09%

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

#AF095B (or 0xAF095B) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 5B. RGB value is (175,9,91). Sum of RGB (Red+Green+Blue) = 175+9+91=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF095B is #50F6A4. Grayscale: #434343. Windows color (decimal): -5306021 or 5966255. OLE color: 5966255.

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

Color convert

RGB 175 9 91 -
CMYK 0 0.95 0.48 0.31
HSL 330.36º 0.9% 0.36% -
HSV(B) 330.36º 0.95% 0.69% -
XYZ 19.67 10.06 10.8 -
YUV 67.98 141 204.33 -
System Red Green Blue C M Y K H S L
Decimal 175 9 91 0 0.95 0.48 0.31 330.36 0.9 0.36
Hex AF 9 5B 0 5F 30 1F 14A 5A 24
Octal 257 11 133 0 137 60 37 512 132 44
Binary 10101111 1001 1011011 0 1011111 110000 11111 101001010 1011010 100100

Color Harmonies of #AF095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF095B

Black with #AF095B

Text Example


Text Example

White with #AF095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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