Html Css Color HEX #A82DCE Dark Orchid

📋 copy color: '#A82DCE'

red 168 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #A82DCE

Tints of Dark Orchid #A82DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 40.1%
G = 10.74%
B = 49.16%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A82DCE (or 0xA82DCE) is known color: Dark Orchid. HEX triplet: A8, 2D and CE. RGB value is (168,45,206). Sum of RGB (Red+Green+Blue) = 168+45+206=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #A82DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DCE is #57D231. Grayscale: #636363. Windows color (decimal): -5755442 or 13512104. OLE color: 13512104.

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

Color convert

RGB 168 45 206 -
CMYK 0.18 0.78 0 0.19
HSL 285.84º 0.64% 0.49% -
HSV(B) 285.84º 0.78% 0.81% -
XYZ 28.23 14.66 59.73 -
YUV 100.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 168 45 206 0.18 0.78 0 0.19 285.84 0.64 0.49
Hex A8 2D CE 12 4E 0 13 11E 40 31
Octal 250 55 316 22 116 0 23 436 100 61
Binary 10101000 101101 11001110 10010 1001110 0 10011 100011110 1000000 110001

Color Harmonies of #A82DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DCE

Black with #A82DCE

Text Example


Text Example

White with #A82DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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