Html Css Color HEX #A27CA0 Bouquet

📋 copy color: '#A27CA0'

red 162 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #A27CA0

Tints of Bouquet #A27CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

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

R = 36.32%
G = 27.8%
B = 35.87%

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

#A27CA0 (or 0xA27CA0) is known color: Bouquet. HEX triplet: A2, 7C and A0. RGB value is (162,124,160). Sum of RGB (Red+Green+Blue) = 162+124+160=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A27CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27CA0 is #5D835F. Grayscale: #8B8B8B. Windows color (decimal): -6128480 or 10517666. OLE color: 10517666.

HSL color Cylindrical-coordinate representation of color #A27CA0: hue angle of 303.16º 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 #A27CA0 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 160 -
CMYK 0 0.23 0.01 0.36
HSL 303.16º 0.17% 0.56% -
HSV(B) 303.16º 0.23% 0.64% -
XYZ 28.45 24.63 36.51 -
YUV 139.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 162 124 160 0 0.23 0.01 0.36 303.16 0.17 0.56
Hex A2 7C A0 0 17 1 24 12F 11 38
Octal 242 174 240 0 27 1 44 457 21 70
Binary 10100010 1111100 10100000 0 10111 1 100100 100101111 10001 111000

Color Harmonies of #A27CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CA0

Black with #A27CA0

Text Example


Text Example

White with #A27CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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