Html Css Color HEX #A82EDE Dark Orchid

📋 copy color: '#A82EDE'

red 168 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #A82EDE

Tints of Dark Orchid #A82EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 38.53%
G = 10.55%
B = 50.92%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82EDE (or 0xA82EDE) is known color: Dark Orchid. HEX triplet: A8, 2E and DE. RGB value is (168,46,222). Sum of RGB (Red+Green+Blue) = 168+46+222=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #A82EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EDE is #57D121. Grayscale: #656565. Windows color (decimal): -5755170 or 14560936. OLE color: 14560936.

HSL color Cylindrical-coordinate representation of color #A82EDE: hue angle of 281.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82EDE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 46 222 -
CMYK 0.24 0.79 0 0.13
HSL 281.59º 0.73% 0.53% -
HSV(B) 281.59º 0.79% 0.87% -
XYZ 30.31 15.55 70.51 -
YUV 102.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 168 46 222 0.24 0.79 0 0.13 281.59 0.73 0.53
Hex A8 2E DE 18 4F 0 D 11A 49 35
Octal 250 56 336 30 117 0 15 432 111 65
Binary 10101000 101110 11011110 11000 1001111 0 1101 100011010 1001001 110101

Color Harmonies of #A82EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82EDE

Black with #A82EDE

Text Example


Text Example

White with #A82EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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