Html Css Color HEX #A28E9D Bouquet

📋 copy color: '#A28E9D'

red 162 ◦ green 142 ◦ blue 157

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

Shades of Bouquet #A28E9D

Tints of Bouquet #A28E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

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

R = 35.14%
G = 30.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A28E9D (or 0xA28E9D) is known color: Bouquet. HEX triplet: A2, 8E and 9D. RGB value is (162,142,157). Sum of RGB (Red+Green+Blue) = 162+142+157=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E9D is #5D7162. Grayscale: #959595. Windows color (decimal): -6123875 or 10325666. OLE color: 10325666.

HSL color Cylindrical-coordinate representation of color #A28E9D: hue angle of 315º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28E9D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 157 -
CMYK 0 0.12 0.03 0.36
HSL 315º 0.1% 0.6% -
HSV(B) 315º 0.12% 0.64% -
XYZ 30.66 29.46 35.97 -
YUV 149.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 162 142 157 0 0.12 0.03 0.36 315 0.1 0.6
Hex A2 8E 9D 0 C 3 24 13B A 3C
Octal 242 216 235 0 14 3 44 473 12 74
Binary 10100010 10001110 10011101 0 1100 11 100100 100111011 1010 111100

Color Harmonies of #A28E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E9D

Black with #A28E9D

Text Example


Text Example

White with #A28E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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