Html Css Color HEX #A82CDE Dark Orchid

📋 copy color: '#A82CDE'

red 168 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #A82CDE

Tints of Dark Orchid #A82CDE

RGB

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

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

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

R = 38.71%
G = 10.14%
B = 51.15%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82CDE (or 0xA82CDE) is known color: Dark Orchid. HEX triplet: A8, 2C and DE. RGB value is (168,44,222). Sum of RGB (Red+Green+Blue) = 168+44+222=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #A82CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CDE is #57D321. Grayscale: #646464. Windows color (decimal): -5755682 or 14560424. OLE color: 14560424.

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

Color convert

RGB 168 44 222 -
CMYK 0.24 0.80 0 0.13
HSL 281.8º 0.73% 0.52% -
HSV(B) 281.8º 0.8% 0.87% -
XYZ 30.23 15.4 70.49 -
YUV 101.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 168 44 222 0.24 0.80 0 0.13 281.8 0.73 0.52
Hex A8 2C DE 18 50 0 D 11A 49 34
Octal 250 54 336 30 120 0 15 432 111 64
Binary 10101000 101100 11011110 11000 1010000 0 1101 100011010 1001001 110100

Color Harmonies of #A82CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CDE

Black with #A82CDE

Text Example


Text Example

White with #A82CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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