Html Css Color HEX #AF226E Jazzberry Jam

📋 copy color: '#AF226E'

red 175 ◦ green 34 ◦ blue 110

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

Shades of Jazzberry Jam #AF226E

Tints of Jazzberry Jam #AF226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 54.86%
G = 10.66%
B = 34.48%

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

#AF226E (or 0xAF226E) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 6E. RGB value is (175,34,110). Sum of RGB (Red+Green+Blue) = 175+34+110=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF226E is #50DD91. Grayscale: #545454. Windows color (decimal): -5299602 or 7217839. OLE color: 7217839.

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

Color convert

RGB 175 34 110 -
CMYK 0 0.81 0.37 0.31
HSL 327.66º 0.67% 0.41% -
HSV(B) 327.66º 0.81% 0.69% -
XYZ 21.07 11.38 15.84 -
YUV 84.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 175 34 110 0 0.81 0.37 0.31 327.66 0.67 0.41
Hex AF 22 6E 0 51 25 1F 148 43 29
Octal 257 42 156 0 121 45 37 510 103 51
Binary 10101111 100010 1101110 0 1010001 100101 11111 101001000 1000011 101001

Color Harmonies of #AF226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF226E

Black with #AF226E

Text Example


Text Example

White with #AF226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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