Html Css Color HEX #A82AAA Dark Orchid

📋 copy color: '#A82AAA'

red 168 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #A82AAA

Tints of Dark Orchid #A82AAA

RGB

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

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

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

R = 44.21%
G = 11.05%
B = 44.74%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82AAA (or 0xA82AAA) is known color: Dark Orchid. HEX triplet: A8, 2A and AA. RGB value is (168,42,170). Sum of RGB (Red+Green+Blue) = 168+42+170=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #A82AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AAA is #57D555. Grayscale: #5D5D5D. Windows color (decimal): -5756246 or 11152040. OLE color: 11152040.

HSL color Cylindrical-coordinate representation of color #A82AAA: hue angle of 299.06º degrees, saturation: 0.6, 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 #A82AAA is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 42 170 -
CMYK 0.01 0.75 0 0.33
HSL 299.06º 0.6% 0.42% -
HSV(B) 299.06º 0.75% 0.67% -
XYZ 24.23 12.88 39.24 -
YUV 94.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 168 42 170 0.01 0.75 0 0.33 299.06 0.6 0.42
Hex A8 2A AA 1 4B 0 21 12B 3C 2A
Octal 250 52 252 1 113 0 41 453 74 52
Binary 10101000 101010 10101010 1 1001011 0 100001 100101011 111100 101010

Color Harmonies of #A82AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AAA

Black with #A82AAA

Text Example


Text Example

White with #A82AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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