Html Css Color HEX #A82AAB Dark Orchid

📋 copy color: '#A82AAB'

red 168 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #A82AAB

Tints of Dark Orchid #A82AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 44.09%
G = 11.02%
B = 44.88%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82AAB (or 0xA82AAB) is known color: Dark Orchid. HEX triplet: A8, 2A and AB. RGB value is (168,42,171). Sum of RGB (Red+Green+Blue) = 168+42+171=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A82AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AAB is #57D554. Grayscale: #5D5D5D. Windows color (decimal): -5756245 or 11217576. OLE color: 11217576.

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

Color convert

RGB 168 42 171 -
CMYK 0.02 0.75 0 0.33
HSL 298.6º 0.61% 0.42% -
HSV(B) 298.6º 0.75% 0.67% -
XYZ 24.33 12.92 39.74 -
YUV 94.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 168 42 171 0.02 0.75 0 0.33 298.6 0.61 0.42
Hex A8 2A AB 2 4B 0 21 12B 3D 2A
Octal 250 52 253 2 113 0 41 453 75 52
Binary 10101000 101010 10101011 10 1001011 0 100001 100101011 111101 101010

Color Harmonies of #A82AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AAB

Black with #A82AAB

Text Example


Text Example

White with #A82AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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