Html Css Color HEX #A23DE3 Dark Orchid

📋 copy color: '#A23DE3'

red 162 ◦ green 61 ◦ blue 227

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

Shades of Dark Orchid #A23DE3

Tints of Dark Orchid #A23DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.44%

R = 36%
G = 13.56%
B = 50.44%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A23DE3 (or 0xA23DE3) is known color: Dark Orchid. HEX triplet: A2, 3D and E3. RGB value is (162,61,227). Sum of RGB (Red+Green+Blue) = 162+61+227=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #A23DE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DE3 is #5DC21C. Grayscale: #6D6D6D. Windows color (decimal): -6144541 or 14892450. OLE color: 14892450.

HSL color Cylindrical-coordinate representation of color #A23DE3: hue angle of 276.51º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23DE3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 61 227 -
CMYK 0.29 0.73 0 0.11
HSL 276.51º 0.75% 0.56% -
HSV(B) 276.51º 0.73% 0.89% -
XYZ 30.43 16.56 74.27 -
YUV 110.12 193.96 165 -
System Red Green Blue C M Y K H S L
Decimal 162 61 227 0.29 0.73 0 0.11 276.51 0.75 0.56
Hex A2 3D E3 1D 49 0 B 115 4B 38
Octal 242 75 343 35 111 0 13 425 113 70
Binary 10100010 111101 11100011 11101 1001001 0 1011 100010101 1001011 111000

Color Harmonies of #A23DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DE3

Black with #A23DE3

Text Example


Text Example

White with #A23DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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