Html Css Color HEX #A82AD0 Dark Orchid

📋 copy color: '#A82AD0'

red 168 ◦ green 42 ◦ blue 208

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

Shades of Dark Orchid #A82AD0

Tints of Dark Orchid #A82AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 40.19%
G = 10.05%
B = 49.76%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A82AD0 (or 0xA82AD0) is known color: Dark Orchid. HEX triplet: A8, 2A and D0. RGB value is (168,42,208). Sum of RGB (Red+Green+Blue) = 168+42+208=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #A82AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82AD0 is #57D52F. Grayscale: #626262. Windows color (decimal): -5756208 or 13642408. OLE color: 13642408.

HSL color Cylindrical-coordinate representation of color #A82AD0: hue angle of 285.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82AD0 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 42 208 -
CMYK 0.19 0.80 0 0.18
HSL 285.54º 0.66% 0.49% -
HSV(B) 285.54º 0.8% 0.82% -
XYZ 28.36 14.53 60.99 -
YUV 98.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 168 42 208 0.19 0.80 0 0.18 285.54 0.66 0.49
Hex A8 2A D0 13 50 0 12 11E 42 31
Octal 250 52 320 23 120 0 22 436 102 61
Binary 10101000 101010 11010000 10011 1010000 0 10010 100011110 1000010 110001

Color Harmonies of #A82AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AD0

Black with #A82AD0

Text Example


Text Example

White with #A82AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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