Html Css Color HEX #A27D9B Bouquet

📋 copy color: '#A27D9B'

red 162 ◦ green 125 ◦ blue 155

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

Shades of Bouquet #A27D9B

Tints of Bouquet #A27D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 36.65%
G = 28.28%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A27D9B (or 0xA27D9B) is known color: Bouquet. HEX triplet: A2, 7D and 9B. RGB value is (162,125,155). Sum of RGB (Red+Green+Blue) = 162+125+155=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D9B is #5D8264. Grayscale: #8B8B8B. Windows color (decimal): -6128229 or 10190242. OLE color: 10190242.

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

Color convert

RGB 162 125 155 -
CMYK 0 0.23 0.04 0.36
HSL 311.35º 0.17% 0.56% -
HSV(B) 311.35º 0.23% 0.64% -
XYZ 28.15 24.72 34.3 -
YUV 139.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 162 125 155 0 0.23 0.04 0.36 311.35 0.17 0.56
Hex A2 7D 9B 0 17 4 24 137 11 38
Octal 242 175 233 0 27 4 44 467 21 70
Binary 10100010 1111101 10011011 0 10111 100 100100 100110111 10001 111000

Color Harmonies of #A27D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D9B

Black with #A27D9B

Text Example


Text Example

White with #A27D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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