Html Css Color HEX #A82ECE Dark Orchid

📋 copy color: '#A82ECE'

red 168 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #A82ECE

Tints of Dark Orchid #A82ECE

RGB

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

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

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

R = 40%
G = 10.95%
B = 49.05%

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

#A82ECE (or 0xA82ECE) is known color: Dark Orchid. HEX triplet: A8, 2E and CE. RGB value is (168,46,206). Sum of RGB (Red+Green+Blue) = 168+46+206=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A82ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ECE is #57D131. Grayscale: #646464. Windows color (decimal): -5755186 or 13512360. OLE color: 13512360.

HSL color Cylindrical-coordinate representation of color #A82ECE: hue angle of 285.75º degrees, saturation: 0.63, 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 #A82ECE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 46 206 -
CMYK 0.18 0.78 0 0.19
HSL 285.75º 0.63% 0.49% -
HSV(B) 285.75º 0.78% 0.81% -
XYZ 28.27 14.74 59.75 -
YUV 100.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 168 46 206 0.18 0.78 0 0.19 285.75 0.63 0.49
Hex A8 2E CE 12 4E 0 13 11E 3F 31
Octal 250 56 316 22 116 0 23 436 77 61
Binary 10101000 101110 11001110 10010 1001110 0 10011 100011110 111111 110001

Color Harmonies of #A82ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82ECE

Black with #A82ECE

Text Example


Text Example

White with #A82ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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