Html Css Color HEX #A82CCE Dark Orchid

📋 copy color: '#A82CCE'

red 168 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #A82CCE

Tints of Dark Orchid #A82CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 40.19%
G = 10.53%
B = 49.28%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A82CCE (or 0xA82CCE) is known color: Dark Orchid. HEX triplet: A8, 2C and CE. RGB value is (168,44,206). Sum of RGB (Red+Green+Blue) = 168+44+206=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #A82CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CCE is #57D331. Grayscale: #636363. Windows color (decimal): -5755698 or 13511848. OLE color: 13511848.

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

Color convert

RGB 168 44 206 -
CMYK 0.18 0.79 0 0.19
HSL 285.93º 0.65% 0.49% -
HSV(B) 285.93º 0.79% 0.81% -
XYZ 28.19 14.58 59.72 -
YUV 99.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 168 44 206 0.18 0.79 0 0.19 285.93 0.65 0.49
Hex A8 2C CE 12 4F 0 13 11E 41 31
Octal 250 54 316 22 117 0 23 436 101 61
Binary 10101000 101100 11001110 10010 1001111 0 10011 100011110 1000001 110001

Color Harmonies of #A82CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CCE

Black with #A82CCE

Text Example


Text Example

White with #A82CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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