Html Css Color HEX #AF226C Jazzberry Jam

📋 copy color: '#AF226C'

red 175 ◦ green 34 ◦ blue 108

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

Shades of Jazzberry Jam #AF226C

Tints of Jazzberry Jam #AF226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 55.21%
G = 10.73%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF226C (or 0xAF226C) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 6C. RGB value is (175,34,108). Sum of RGB (Red+Green+Blue) = 175+34+108=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF226C is #50DD93. Grayscale: #545454. Windows color (decimal): -5299604 or 7086767. OLE color: 7086767.

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

Color convert

RGB 175 34 108 -
CMYK 0 0.81 0.38 0.31
HSL 328.51º 0.67% 0.41% -
HSV(B) 328.51º 0.81% 0.69% -
XYZ 20.96 11.34 15.27 -
YUV 84.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 175 34 108 0 0.81 0.38 0.31 328.51 0.67 0.41
Hex AF 22 6C 0 51 26 1F 149 43 29
Octal 257 42 154 0 121 46 37 511 103 51
Binary 10101111 100010 1101100 0 1010001 100110 11111 101001001 1000011 101001

Color Harmonies of #AF226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF226C

Black with #AF226C

Text Example


Text Example

White with #AF226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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