Html Css Color HEX #A23ADE Dark Orchid

📋 copy color: '#A23ADE'

red 162 ◦ green 58 ◦ blue 222

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

Shades of Dark Orchid #A23ADE

Tints of Dark Orchid #A23ADE

RGB

 RED value IS 162 (63.67% from 255) = 36.65%

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

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

R = 36.65%
G = 13.12%
B = 50.23%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A23ADE (or 0xA23ADE) is known color: Dark Orchid. HEX triplet: A2, 3A and DE. RGB value is (162,58,222). Sum of RGB (Red+Green+Blue) = 162+58+222=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #A23ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ADE is #5DC521. Grayscale: #6B6B6B. Windows color (decimal): -6145314 or 14564002. OLE color: 14564002.

HSL color Cylindrical-coordinate representation of color #A23ADE: hue angle of 278.05º 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 #A23ADE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 58 222 -
CMYK 0.27 0.74 0 0.13
HSL 278.05º 0.71% 0.55% -
HSV(B) 278.05º 0.74% 0.87% -
XYZ 29.6 15.98 70.63 -
YUV 107.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 162 58 222 0.27 0.74 0 0.13 278.05 0.71 0.55
Hex A2 3A DE 1B 4A 0 D 116 47 37
Octal 242 72 336 33 112 0 15 426 107 67
Binary 10100010 111010 11011110 11011 1001010 0 1101 100010110 1000111 110111

Color Harmonies of #A23ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ADE

Black with #A23ADE

Text Example


Text Example

White with #A23ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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