Html Css Color HEX #A82DCD Dark Orchid

📋 copy color: '#A82DCD'

red 168 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #A82DCD

Tints of Dark Orchid #A82DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.77%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 40.19%
G = 10.77%
B = 49.04%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A82DCD (or 0xA82DCD) is known color: Dark Orchid. HEX triplet: A8, 2D and CD. RGB value is (168,45,205). Sum of RGB (Red+Green+Blue) = 168+45+205=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #A82DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DCD is #57D232. Grayscale: #636363. Windows color (decimal): -5755443 or 13446568. OLE color: 13446568.

HSL color Cylindrical-coordinate representation of color #A82DCD: hue angle of 286.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82DCD is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 45 205 -
CMYK 0.18 0.78 0 0.20
HSL 286.13º 0.64% 0.49% -
HSV(B) 286.13º 0.78% 0.8% -
XYZ 28.11 14.61 59.1 -
YUV 100.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 168 45 205 0.18 0.78 0 0.20 286.13 0.64 0.49
Hex A8 2D CD 12 4E 0 14 11E 40 31
Octal 250 55 315 22 116 0 24 436 100 61
Binary 10101000 101101 11001101 10010 1001110 0 10100 100011110 1000000 110001

Color Harmonies of #A82DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DCD

Black with #A82DCD

Text Example


Text Example

White with #A82DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DCD; }

 p { color: rgb(168,45,205); }

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

background-color css

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

 a { background-color: rgb(168,45,205); }

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

border-color css

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

 span { border-color: rgb(168,45,205); }

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