Html Css Color HEX #AF2165 Jazzberry Jam

📋 copy color: '#AF2165'

red 175 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #AF2165

Tints of Jazzberry Jam #AF2165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 56.63%
G = 10.68%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2165 (or 0xAF2165) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 65. RGB value is (175,33,101). Sum of RGB (Red+Green+Blue) = 175+33+101=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2165 is #50DE9A. Grayscale: #535353. Windows color (decimal): -5299867 or 6627759. OLE color: 6627759.

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

Color convert

RGB 175 33 101 -
CMYK 0 0.81 0.42 0.31
HSL 331.27º 0.68% 0.41% -
HSV(B) 331.27º 0.81% 0.69% -
XYZ 20.57 11.14 13.38 -
YUV 83.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 175 33 101 0 0.81 0.42 0.31 331.27 0.68 0.41
Hex AF 21 65 0 51 2A 1F 14B 44 29
Octal 257 41 145 0 121 52 37 513 104 51
Binary 10101111 100001 1100101 0 1010001 101010 11111 101001011 1000100 101001

Color Harmonies of #AF2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2165

Black with #AF2165

Text Example


Text Example

White with #AF2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2165; }

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

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

background-color css

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

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

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

border-color css

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

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

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