Html Css Color HEX #A82AAC Dark Orchid

📋 copy color: '#A82AAC'

red 168 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #A82AAC

Tints of Dark Orchid #A82AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 43.98%
G = 10.99%
B = 45.03%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82AAC (or 0xA82AAC) is known color: Dark Orchid. HEX triplet: A8, 2A and AC. RGB value is (168,42,172). Sum of RGB (Red+Green+Blue) = 168+42+172=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A82AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AAC is #57D553. Grayscale: #5E5E5E. Windows color (decimal): -5756244 or 11283112. OLE color: 11283112.

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

Color convert

RGB 168 42 172 -
CMYK 0.02 0.76 0 0.33
HSL 298.15º 0.61% 0.42% -
HSV(B) 298.15º 0.76% 0.67% -
XYZ 24.42 12.96 40.24 -
YUV 94.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 168 42 172 0.02 0.76 0 0.33 298.15 0.61 0.42
Hex A8 2A AC 2 4C 0 21 12A 3D 2A
Octal 250 52 254 2 114 0 41 452 75 52
Binary 10101000 101010 10101100 10 1001100 0 100001 100101010 111101 101010

Color Harmonies of #A82AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AAC

Black with #A82AAC

Text Example


Text Example

White with #A82AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AAC; }

 p { color: rgb(168,42,172); }

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

background-color css

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

 a { background-color: rgb(168,42,172); }

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

border-color css

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

 span { border-color: rgb(168,42,172); }

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