Html Css Color HEX #AF226F Jazzberry Jam

📋 copy color: '#AF226F'

red 175 ◦ green 34 ◦ blue 111

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

Shades of Jazzberry Jam #AF226F

Tints of Jazzberry Jam #AF226F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 54.69%
G = 10.63%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF226F (or 0xAF226F) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 6F. RGB value is (175,34,111). Sum of RGB (Red+Green+Blue) = 175+34+111=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF226F is #50DD90. Grayscale: #545454. Windows color (decimal): -5299601 or 7283375. OLE color: 7283375.

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

Color convert

RGB 175 34 111 -
CMYK 0 0.81 0.37 0.31
HSL 327.23º 0.67% 0.41% -
HSV(B) 327.23º 0.81% 0.69% -
XYZ 21.12 11.41 16.13 -
YUV 84.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 175 34 111 0 0.81 0.37 0.31 327.23 0.67 0.41
Hex AF 22 6F 0 51 25 1F 147 43 29
Octal 257 42 157 0 121 45 37 507 103 51
Binary 10101111 100010 1101111 0 1010001 100101 11111 101000111 1000011 101001

Color Harmonies of #AF226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF226F

Black with #AF226F

Text Example


Text Example

White with #AF226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF226F; }

 p { color: rgb(175,34,111); }

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

background-color css

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

 a { background-color: rgb(175,34,111); }

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

border-color css

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

 span { border-color: rgb(175,34,111); }

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