Html Css Color HEX #A27DA0 Bouquet

📋 copy color: '#A27DA0'

red 162 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #A27DA0

Tints of Bouquet #A27DA0

RGB

 RED value IS 162 (63.67% from 255) = 36.24%

 GREEN value IS 125 (49.22% from 255) = 27.96%

 BLUE value IS 160 (62.89% from 255) = 35.79%

R = 36.24%
G = 27.96%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A27DA0 (or 0xA27DA0) is known color: Bouquet. HEX triplet: A2, 7D and A0. RGB value is (162,125,160). Sum of RGB (Red+Green+Blue) = 162+125+160=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A27DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DA0 is #5D825F. Grayscale: #8B8B8B. Windows color (decimal): -6128224 or 10517922. OLE color: 10517922.

HSL color Cylindrical-coordinate representation of color #A27DA0: hue angle of 303.24º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27DA0 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 125 160 -
CMYK 0 0.23 0.01 0.36
HSL 303.24º 0.17% 0.56% -
HSV(B) 303.24º 0.23% 0.64% -
XYZ 28.58 24.89 36.56 -
YUV 140.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 162 125 160 0 0.23 0.01 0.36 303.24 0.17 0.56
Hex A2 7D A0 0 17 1 24 12F 11 38
Octal 242 175 240 0 27 1 44 457 21 70
Binary 10100010 1111101 10100000 0 10111 1 100100 100101111 10001 111000

Color Harmonies of #A27DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DA0

Black with #A27DA0

Text Example


Text Example

White with #A27DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DA0; }

 p { color: rgb(162,125,160); }

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

background-color css

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

 a { background-color: rgb(162,125,160); }

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

border-color css

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

 span { border-color: rgb(162,125,160); }

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