Html Css Color HEX #A27D9D Bouquet

📋 copy color: '#A27D9D'

red 162 ◦ green 125 ◦ blue 157

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

Shades of Bouquet #A27D9D

Tints of Bouquet #A27D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 36.49%
G = 28.15%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A27D9D (or 0xA27D9D) is known color: Bouquet. HEX triplet: A2, 7D and 9D. RGB value is (162,125,157). Sum of RGB (Red+Green+Blue) = 162+125+157=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D9D is #5D8262. Grayscale: #8B8B8B. Windows color (decimal): -6128227 or 10321314. OLE color: 10321314.

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

Color convert

RGB 162 125 157 -
CMYK 0 0.23 0.03 0.36
HSL 308.11º 0.17% 0.56% -
HSV(B) 308.11º 0.23% 0.64% -
XYZ 28.32 24.78 35.19 -
YUV 139.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 162 125 157 0 0.23 0.03 0.36 308.11 0.17 0.56
Hex A2 7D 9D 0 17 3 24 134 11 38
Octal 242 175 235 0 27 3 44 464 21 70
Binary 10100010 1111101 10011101 0 10111 11 100100 100110100 10001 111000

Color Harmonies of #A27D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D9D

Black with #A27D9D

Text Example


Text Example

White with #A27D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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