Html Css Color HEX #AF225C Jazzberry Jam

📋 copy color: '#AF225C'

red 175 ◦ green 34 ◦ blue 92

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

Shades of Jazzberry Jam #AF225C

Tints of Jazzberry Jam #AF225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 58.14%
G = 11.3%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF225C (or 0xAF225C) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 5C. RGB value is (175,34,92). Sum of RGB (Red+Green+Blue) = 175+34+92=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF225C is #50DDA3. Grayscale: #525252. Windows color (decimal): -5299620 or 6038191. OLE color: 6038191.

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

Color convert

RGB 175 34 92 -
CMYK 0 0.81 0.47 0.31
HSL 335.32º 0.67% 0.41% -
HSV(B) 335.32º 0.81% 0.69% -
XYZ 20.18 11.03 11.19 -
YUV 82.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 175 34 92 0 0.81 0.47 0.31 335.32 0.67 0.41
Hex AF 22 5C 0 51 2F 1F 14F 43 29
Octal 257 42 134 0 121 57 37 517 103 51
Binary 10101111 100010 1011100 0 1010001 101111 11111 101001111 1000011 101001

Color Harmonies of #AF225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF225C

Black with #AF225C

Text Example


Text Example

White with #AF225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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