Html Css Color HEX #AF086B Jazzberry Jam

📋 copy color: '#AF086B'

red 175 ◦ green 8 ◦ blue 107

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

Shades of Jazzberry Jam #AF086B

Tints of Jazzberry Jam #AF086B

RGB

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

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

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

R = 60.34%
G = 2.76%
B = 36.9%

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

#AF086B (or 0xAF086B) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 6B. RGB value is (175,8,107). Sum of RGB (Red+Green+Blue) = 175+8+107=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF086B is #50F794. Grayscale: #444444. Windows color (decimal): -5306261 or 7014575. OLE color: 7014575.

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

Color convert

RGB 175 8 107 -
CMYK 0 0.95 0.39 0.31
HSL 324.43º 0.91% 0.36% -
HSV(B) 324.43º 0.95% 0.69% -
XYZ 20.42 10.35 14.83 -
YUV 69.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 175 8 107 0 0.95 0.39 0.31 324.43 0.91 0.36
Hex AF 8 6B 0 5F 27 1F 144 5B 24
Octal 257 10 153 0 137 47 37 504 133 44
Binary 10101111 1000 1101011 0 1011111 100111 11111 101000100 1011011 100100

Color Harmonies of #AF086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF086B

Black with #AF086B

Text Example


Text Example

White with #AF086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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