Html Css Color HEX #A82EDC Dark Orchid

📋 copy color: '#A82EDC'

red 168 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #A82EDC

Tints of Dark Orchid #A82EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.6%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 38.71%
G = 10.6%
B = 50.69%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A82EDC (or 0xA82EDC) is known color: Dark Orchid. HEX triplet: A8, 2E and DC. RGB value is (168,46,220). Sum of RGB (Red+Green+Blue) = 168+46+220=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #A82EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EDC is #57D123. Grayscale: #656565. Windows color (decimal): -5755172 or 14429864. OLE color: 14429864.

HSL color Cylindrical-coordinate representation of color #A82EDC: hue angle of 282.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82EDC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 46 220 -
CMYK 0.24 0.79 0 0.14
HSL 282.07º 0.71% 0.52% -
HSV(B) 282.07º 0.79% 0.86% -
XYZ 30.04 15.45 69.11 -
YUV 102.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 168 46 220 0.24 0.79 0 0.14 282.07 0.71 0.52
Hex A8 2E DC 18 4F 0 E 11A 47 34
Octal 250 56 334 30 117 0 16 432 107 64
Binary 10101000 101110 11011100 11000 1001111 0 1110 100011010 1000111 110100

Color Harmonies of #A82EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82EDC

Black with #A82EDC

Text Example


Text Example

White with #A82EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82EDC; }

 p { color: rgb(168,46,220); }

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

background-color css

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

 a { background-color: rgb(168,46,220); }

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

border-color css

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

 span { border-color: rgb(168,46,220); }

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