Html Css Color HEX #AF096B Jazzberry Jam

📋 copy color: '#AF096B'

red 175 ◦ green 9 ◦ blue 107

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

Shades of Jazzberry Jam #AF096B

Tints of Jazzberry Jam #AF096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 60.14%
G = 3.09%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF096B (or 0xAF096B) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 6B. RGB value is (175,9,107). Sum of RGB (Red+Green+Blue) = 175+9+107=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF096B is #50F694. Grayscale: #454545. Windows color (decimal): -5306005 or 7014831. OLE color: 7014831.

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

Color convert

RGB 175 9 107 -
CMYK 0 0.95 0.39 0.31
HSL 324.58º 0.9% 0.36% -
HSV(B) 324.58º 0.95% 0.69% -
XYZ 20.43 10.37 14.83 -
YUV 69.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 175 9 107 0 0.95 0.39 0.31 324.58 0.9 0.36
Hex AF 9 6B 0 5F 27 1F 145 5A 24
Octal 257 11 153 0 137 47 37 505 132 44
Binary 10101111 1001 1101011 0 1011111 100111 11111 101000101 1011010 100100

Color Harmonies of #AF096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF096B

Black with #AF096B

Text Example


Text Example

White with #AF096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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