Html Css Color HEX #A82CAA Dark Orchid

📋 copy color: '#A82CAA'

red 168 ◦ green 44 ◦ blue 170

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

Shades of Dark Orchid #A82CAA

Tints of Dark Orchid #A82CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 43.98%
G = 11.52%
B = 44.5%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82CAA (or 0xA82CAA) is known color: Dark Orchid. HEX triplet: A8, 2C and AA. RGB value is (168,44,170). Sum of RGB (Red+Green+Blue) = 168+44+170=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #A82CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82CAA is #57D355. Grayscale: #5F5F5F. Windows color (decimal): -5755734 or 11152552. OLE color: 11152552.

HSL color Cylindrical-coordinate representation of color #A82CAA: hue angle of 299.05º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82CAA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 44 170 -
CMYK 0.01 0.74 0 0.33
HSL 299.05º 0.59% 0.42% -
HSV(B) 299.05º 0.74% 0.67% -
XYZ 24.3 13.03 39.26 -
YUV 95.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 168 44 170 0.01 0.74 0 0.33 299.05 0.59 0.42
Hex A8 2C AA 1 4A 0 21 12B 3B 2A
Octal 250 54 252 1 112 0 41 453 73 52
Binary 10101000 101100 10101010 1 1001010 0 100001 100101011 111011 101010

Color Harmonies of #A82CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CAA

Black with #A82CAA

Text Example


Text Example

White with #A82CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CAA; }

 p { color: rgb(168,44,170); }

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

background-color css

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

 a { background-color: rgb(168,44,170); }

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

border-color css

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

 span { border-color: rgb(168,44,170); }

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