Html Css Color HEX #A82BAE Dark Orchid

📋 copy color: '#A82BAE'

red 168 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A82BAE

Tints of Dark Orchid #A82BAE

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

 GREEN value IS 43 (17.19% from 255) = 11.17%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 43.64%
G = 11.17%
B = 45.19%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A82BAE (or 0xA82BAE) is known color: Dark Orchid. HEX triplet: A8, 2B and AE. RGB value is (168,43,174). Sum of RGB (Red+Green+Blue) = 168+43+174=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #A82BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82BAE is #57D451. Grayscale: #5E5E5E. Windows color (decimal): -5755986 or 11414440. OLE color: 11414440.

HSL color Cylindrical-coordinate representation of color #A82BAE: hue angle of 297.25º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82BAE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 43 174 -
CMYK 0.03 0.75 0 0.32
HSL 297.25º 0.6% 0.43% -
HSV(B) 297.25º 0.75% 0.68% -
XYZ 24.65 13.11 41.28 -
YUV 95.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 168 43 174 0.03 0.75 0 0.32 297.25 0.6 0.43
Hex A8 2B AE 3 4B 0 20 129 3C 2B
Octal 250 53 256 3 113 0 40 451 74 53
Binary 10101000 101011 10101110 11 1001011 0 100000 100101001 111100 101011

Color Harmonies of #A82BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BAE

Black with #A82BAE

Text Example


Text Example

White with #A82BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BAE; }

 p { color: rgb(168,43,174); }

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

background-color css

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

 a { background-color: rgb(168,43,174); }

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

border-color css

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

 span { border-color: rgb(168,43,174); }

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