Html Css Color HEX #AF2054 Old Rose

📋 copy color: '#AF2054'

red 175 ◦ green 32 ◦ blue 84

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

Shades of Old Rose #AF2054

Tints of Old Rose #AF2054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 60.14%
G = 11%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF2054 (or 0xAF2054) is known color: Old Rose. HEX triplet: AF, 20 and 54. RGB value is (175,32,84). Sum of RGB (Red+Green+Blue) = 175+32+84=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2054 is #50DFAB. Grayscale: #505050. Windows color (decimal): -5300140 or 5513391. OLE color: 5513391.

HSL color Cylindrical-coordinate representation of color #AF2054: hue angle of 338.18º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2054 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 84 -
CMYK 0 0.82 0.52 0.31
HSL 338.18º 0.69% 0.41% -
HSV(B) 338.18º 0.82% 0.69% -
XYZ 19.8 10.79 9.43 -
YUV 80.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 175 32 84 0 0.82 0.52 0.31 338.18 0.69 0.41
Hex AF 20 54 0 52 34 1F 152 45 29
Octal 257 40 124 0 122 64 37 522 105 51
Binary 10101111 100000 1010100 0 1010010 110100 11111 101010010 1000101 101001

Color Harmonies of #AF2054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2054

Black with #AF2054

Text Example


Text Example

White with #AF2054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2054; }

 p { color: rgb(175,32,84); }

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

background-color css

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

 a { background-color: rgb(175,32,84); }

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

border-color css

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

 span { border-color: rgb(175,32,84); }

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