Html Css Color HEX #AF2163 Jazzberry Jam

📋 copy color: '#AF2163'

red 175 ◦ green 33 ◦ blue 99

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

Shades of Jazzberry Jam #AF2163

Tints of Jazzberry Jam #AF2163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 57%
G = 10.75%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2163 (or 0xAF2163) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 63. RGB value is (175,33,99). Sum of RGB (Red+Green+Blue) = 175+33+99=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2163 is #50DE9C. Grayscale: #525252. Windows color (decimal): -5299869 or 6496687. OLE color: 6496687.

HSL color Cylindrical-coordinate representation of color #AF2163: hue angle of 332.11º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2163 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 99 -
CMYK 0 0.81 0.43 0.31
HSL 332.11º 0.68% 0.41% -
HSV(B) 332.11º 0.81% 0.69% -
XYZ 20.48 11.1 12.87 -
YUV 82.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 175 33 99 0 0.81 0.43 0.31 332.11 0.68 0.41
Hex AF 21 63 0 51 2B 1F 14C 44 29
Octal 257 41 143 0 121 53 37 514 104 51
Binary 10101111 100001 1100011 0 1010001 101011 11111 101001100 1000100 101001

Color Harmonies of #AF2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2163

Black with #AF2163

Text Example


Text Example

White with #AF2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2163; }

 p { color: rgb(175,33,99); }

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

background-color css

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

 a { background-color: rgb(175,33,99); }

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

border-color css

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

 span { border-color: rgb(175,33,99); }

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