Html Css Color HEX #A82BDE Dark Orchid

📋 copy color: '#A82BDE'

red 168 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #A82BDE

Tints of Dark Orchid #A82BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.93%

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

R = 38.8%
G = 9.93%
B = 51.27%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82BDE (or 0xA82BDE) is known color: Dark Orchid. HEX triplet: A8, 2B and DE. RGB value is (168,43,222). Sum of RGB (Red+Green+Blue) = 168+43+222=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #A82BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BDE is #57D421. Grayscale: #646464. Windows color (decimal): -5755938 or 14560168. OLE color: 14560168.

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

Color convert

RGB 168 43 222 -
CMYK 0.24 0.81 0 0.13
HSL 281.9º 0.73% 0.52% -
HSV(B) 281.9º 0.81% 0.87% -
XYZ 30.2 15.33 70.47 -
YUV 100.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 168 43 222 0.24 0.81 0 0.13 281.9 0.73 0.52
Hex A8 2B DE 18 51 0 D 11A 49 34
Octal 250 53 336 30 121 0 15 432 111 64
Binary 10101000 101011 11011110 11000 1010001 0 1101 100011010 1001001 110100

Color Harmonies of #A82BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BDE

Black with #A82BDE

Text Example


Text Example

White with #A82BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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