Html Css Color HEX #AF095C Jazzberry Jam

📋 copy color: '#AF095C'

red 175 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #AF095C

Tints of Jazzberry Jam #AF095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 63.41%
G = 3.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF095C (or 0xAF095C) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 5C. RGB value is (175,9,92). Sum of RGB (Red+Green+Blue) = 175+9+92=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF095C is #50F6A3. Grayscale: #434343. Windows color (decimal): -5306020 or 6031791. OLE color: 6031791.

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

Color convert

RGB 175 9 92 -
CMYK 0 0.95 0.47 0.31
HSL 330º 0.9% 0.36% -
HSV(B) 330º 0.95% 0.69% -
XYZ 19.71 10.08 11.03 -
YUV 68.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 175 9 92 0 0.95 0.47 0.31 330 0.9 0.36
Hex AF 9 5C 0 5F 2F 1F 14A 5A 24
Octal 257 11 134 0 137 57 37 512 132 44
Binary 10101111 1001 1011100 0 1011111 101111 11111 101001010 1011010 100100

Color Harmonies of #AF095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF095C

Black with #AF095C

Text Example


Text Example

White with #AF095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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