Html Css Color HEX #AF2153 Old Rose

📋 copy color: '#AF2153'

red 175 ◦ green 33 ◦ blue 83

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

Shades of Old Rose #AF2153

Tints of Old Rose #AF2153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 60.14%
G = 11.34%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2153 (or 0xAF2153) is known color: Old Rose. HEX triplet: AF, 21 and 53. RGB value is (175,33,83). Sum of RGB (Red+Green+Blue) = 175+33+83=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2153 is #50DEAC. Grayscale: #515151. Windows color (decimal): -5299885 or 5448111. OLE color: 5448111.

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

Color convert

RGB 175 33 83 -
CMYK 0 0.81 0.53 0.31
HSL 338.87º 0.68% 0.41% -
HSV(B) 338.87º 0.81% 0.69% -
XYZ 19.78 10.83 9.23 -
YUV 81.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 175 33 83 0 0.81 0.53 0.31 338.87 0.68 0.41
Hex AF 21 53 0 51 35 1F 153 44 29
Octal 257 41 123 0 121 65 37 523 104 51
Binary 10101111 100001 1010011 0 1010001 110101 11111 101010011 1000100 101001

Color Harmonies of #AF2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2153

Black with #AF2153

Text Example


Text Example

White with #AF2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2153; }

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

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

background-color css

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

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

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

border-color css

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

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

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