Html Css Color HEX #AF095E Jazzberry Jam

📋 copy color: '#AF095E'

red 175 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #AF095E

Tints of Jazzberry Jam #AF095E

RGB

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

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

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

R = 62.95%
G = 3.24%
B = 33.81%

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

#AF095E (or 0xAF095E) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 5E. RGB value is (175,9,94). Sum of RGB (Red+Green+Blue) = 175+9+94=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF095E is #50F6A1. Grayscale: #444444. Windows color (decimal): -5306018 or 6162863. OLE color: 6162863.

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

Color convert

RGB 175 9 94 -
CMYK 0 0.95 0.46 0.31
HSL 329.28º 0.9% 0.36% -
HSV(B) 329.28º 0.95% 0.69% -
XYZ 19.8 10.12 11.5 -
YUV 68.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 175 9 94 0 0.95 0.46 0.31 329.28 0.9 0.36
Hex AF 9 5E 0 5F 2E 1F 149 5A 24
Octal 257 11 136 0 137 56 37 511 132 44
Binary 10101111 1001 1011110 0 1011111 101110 11111 101001001 1011010 100100

Color Harmonies of #AF095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF095E

Black with #AF095E

Text Example


Text Example

White with #AF095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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