Html Css Color HEX #A83ADE Dark Orchid

📋 copy color: '#A83ADE'

red 168 ◦ green 58 ◦ blue 222

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

Shades of Dark Orchid #A83ADE

Tints of Dark Orchid #A83ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.95%

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

R = 37.5%
G = 12.95%
B = 49.55%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A83ADE (or 0xA83ADE) is known color: Dark Orchid. HEX triplet: A8, 3A and DE. RGB value is (168,58,222). Sum of RGB (Red+Green+Blue) = 168+58+222=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #A83ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ADE is #57C521. Grayscale: #6D6D6D. Windows color (decimal): -5752098 or 14564008. OLE color: 14564008.

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

Color convert

RGB 168 58 222 -
CMYK 0.24 0.74 0 0.13
HSL 280.24º 0.71% 0.55% -
HSV(B) 280.24º 0.74% 0.87% -
XYZ 30.85 16.62 70.69 -
YUV 109.59 191.44 169.66 -
System Red Green Blue C M Y K H S L
Decimal 168 58 222 0.24 0.74 0 0.13 280.24 0.71 0.55
Hex A8 3A DE 18 4A 0 D 118 47 37
Octal 250 72 336 30 112 0 15 430 107 67
Binary 10101000 111010 11011110 11000 1001010 0 1101 100011000 1000111 110111

Color Harmonies of #A83ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83ADE

Black with #A83ADE

Text Example


Text Example

White with #A83ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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