Html Css Color HEX #A23AE2 Dark Orchid

📋 copy color: '#A23AE2'

red 162 ◦ green 58 ◦ blue 226

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

Shades of Dark Orchid #A23AE2

Tints of Dark Orchid #A23AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.67%

R = 36.32%
G = 13%
B = 50.67%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A23AE2 (or 0xA23AE2) is known color: Dark Orchid. HEX triplet: A2, 3A and E2. RGB value is (162,58,226). Sum of RGB (Red+Green+Blue) = 162+58+226=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #A23AE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23AE2 is #5DC51D. Grayscale: #6B6B6B. Windows color (decimal): -6145310 or 14826146. OLE color: 14826146.

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

Color convert

RGB 162 58 226 -
CMYK 0.28 0.74 0 0.11
HSL 277.14º 0.74% 0.56% -
HSV(B) 277.14º 0.74% 0.89% -
XYZ 30.14 16.2 73.49 -
YUV 108.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 162 58 226 0.28 0.74 0 0.11 277.14 0.74 0.56
Hex A2 3A E2 1C 4A 0 B 115 4A 38
Octal 242 72 342 34 112 0 13 425 112 70
Binary 10100010 111010 11100010 11100 1001010 0 1011 100010101 1001010 111000

Color Harmonies of #A23AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23AE2

Black with #A23AE2

Text Example


Text Example

White with #A23AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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