Html Css Color HEX #A23EDA Dark Orchid

📋 copy color: '#A23EDA'

red 162 ◦ green 62 ◦ blue 218

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

Shades of Dark Orchid #A23EDA

Tints of Dark Orchid #A23EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.03%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 36.65%
G = 14.03%
B = 49.32%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A23EDA (or 0xA23EDA) is known color: Dark Orchid. HEX triplet: A2, 3E and DA. RGB value is (162,62,218). Sum of RGB (Red+Green+Blue) = 162+62+218=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #A23EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EDA is #5DC125. Grayscale: #6D6D6D. Windows color (decimal): -6144294 or 14302882. OLE color: 14302882.

HSL color Cylindrical-coordinate representation of color #A23EDA: hue angle of 278.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23EDA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 62 218 -
CMYK 0.26 0.72 0 0.15
HSL 278.46º 0.68% 0.55% -
HSV(B) 278.46º 0.72% 0.85% -
XYZ 29.28 16.19 67.91 -
YUV 109.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 162 62 218 0.26 0.72 0 0.15 278.46 0.68 0.55
Hex A2 3E DA 1A 48 0 F 116 44 37
Octal 242 76 332 32 110 0 17 426 104 67
Binary 10100010 111110 11011010 11010 1001000 0 1111 100010110 1000100 110111

Color Harmonies of #A23EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23EDA

Black with #A23EDA

Text Example


Text Example

White with #A23EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23EDA; }

 p { color: rgb(162,62,218); }

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

background-color css

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

 a { background-color: rgb(162,62,218); }

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

border-color css

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

 span { border-color: rgb(162,62,218); }

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