Html Css Color HEX #A2817E Opium

📋 copy color: '#A2817E'

red 162 ◦ green 129 ◦ blue 126

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

Shades of Opium #A2817E

Tints of Opium #A2817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 38.85%
G = 30.94%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2817E (or 0xA2817E) is known color: Opium. HEX triplet: A2, 81 and 7E. RGB value is (162,129,126). Sum of RGB (Red+Green+Blue) = 162+129+126=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817E is #5D7E81. Grayscale: #8A8A8A. Windows color (decimal): -6127234 or 8290722. OLE color: 8290722.

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

Color convert

RGB 162 129 126 -
CMYK 0 0.20 0.22 0.36
HSL 0.16% 0.56% -
HSV(B) 0.22% 0.64% -
XYZ 26.52 24.89 23.15 -
YUV 138.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 162 129 126 0 0.20 0.22 0.36 5 0.16 0.56
Hex A2 81 7E 0 14 16 24 5 10 38
Octal 242 201 176 0 24 26 44 5 20 70
Binary 10100010 10000001 1111110 0 10100 10110 100100 101 10000 111000

Color Harmonies of #A2817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2817E

Black with #A2817E

Text Example


Text Example

White with #A2817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2817E; }

 p { color: rgb(162,129,126); }

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

background-color css

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

 a { background-color: rgb(162,129,126); }

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

border-color css

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

 span { border-color: rgb(162,129,126); }

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