Html Css Color HEX #A23DDE Dark Orchid

📋 copy color: '#A23DDE'

red 162 ◦ green 61 ◦ blue 222

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

Shades of Dark Orchid #A23DDE

Tints of Dark Orchid #A23DDE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

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

R = 36.4%
G = 13.71%
B = 49.89%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A23DDE (or 0xA23DDE) is known color: Dark Orchid. HEX triplet: A2, 3D and DE. RGB value is (162,61,222). Sum of RGB (Red+Green+Blue) = 162+61+222=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #A23DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DDE is #5DC221. Grayscale: #6D6D6D. Windows color (decimal): -6144546 or 14564770. OLE color: 14564770.

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

Color convert

RGB 162 61 222 -
CMYK 0.27 0.73 0 0.13
HSL 277.64º 0.71% 0.55% -
HSV(B) 277.64º 0.73% 0.87% -
XYZ 29.75 16.29 70.68 -
YUV 109.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 162 61 222 0.27 0.73 0 0.13 277.64 0.71 0.55
Hex A2 3D DE 1B 49 0 D 116 47 37
Octal 242 75 336 33 111 0 15 426 107 67
Binary 10100010 111101 11011110 11011 1001001 0 1101 100010110 1000111 110111

Color Harmonies of #A23DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DDE

Black with #A23DDE

Text Example


Text Example

White with #A23DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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