Html Css Color HEX #AF105E Jazzberry Jam

📋 copy color: '#AF105E'

red 175 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #AF105E

Tints of Jazzberry Jam #AF105E

RGB

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

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

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

R = 61.4%
G = 5.61%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF105E (or 0xAF105E) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 5E. RGB value is (175,16,94). Sum of RGB (Red+Green+Blue) = 175+16+94=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF105E is #50EFA1. Grayscale: #484848. Windows color (decimal): -5304226 or 6164655. OLE color: 6164655.

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

Color convert

RGB 175 16 94 -
CMYK 0 0.91 0.46 0.31
HSL 330.57º 0.83% 0.37% -
HSV(B) 330.57º 0.91% 0.69% -
XYZ 19.88 10.29 11.53 -
YUV 72.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 175 16 94 0 0.91 0.46 0.31 330.57 0.83 0.37
Hex AF 10 5E 0 5B 2E 1F 14B 53 25
Octal 257 20 136 0 133 56 37 513 123 45
Binary 10101111 10000 1011110 0 1011011 101110 11111 101001011 1010011 100101

Color Harmonies of #AF105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF105E

Black with #AF105E

Text Example


Text Example

White with #AF105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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