Html Css Color HEX #AF105B Jazzberry Jam

📋 copy color: '#AF105B'

red 175 ◦ green 16 ◦ blue 91

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

Shades of Jazzberry Jam #AF105B

Tints of Jazzberry Jam #AF105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 62.06%
G = 5.67%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF105B (or 0xAF105B) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 5B. RGB value is (175,16,91). Sum of RGB (Red+Green+Blue) = 175+16+91=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF105B is #50EFA4. Grayscale: #474747. Windows color (decimal): -5304229 or 5968047. OLE color: 5968047.

HSL color Cylindrical-coordinate representation of color #AF105B: hue angle of 331.7º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF105B is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 91 -
CMYK 0 0.91 0.48 0.31
HSL 331.7º 0.83% 0.37% -
HSV(B) 331.7º 0.91% 0.69% -
XYZ 19.75 10.24 10.83 -
YUV 72.09 138.68 201.4 -
System Red Green Blue C M Y K H S L
Decimal 175 16 91 0 0.91 0.48 0.31 331.7 0.83 0.37
Hex AF 10 5B 0 5B 30 1F 14C 53 25
Octal 257 20 133 0 133 60 37 514 123 45
Binary 10101111 10000 1011011 0 1011011 110000 11111 101001100 1010011 100101

Color Harmonies of #AF105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF105B

Black with #AF105B

Text Example


Text Example

White with #AF105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF105B; }

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

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

background-color css

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

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

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

border-color css

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

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

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