Html Css Color HEX #A23AD1 Dark Orchid

📋 copy color: '#A23AD1'

red 162 ◦ green 58 ◦ blue 209

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

Shades of Dark Orchid #A23AD1

Tints of Dark Orchid #A23AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 37.76%
G = 13.52%
B = 48.72%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A23AD1 (or 0xA23AD1) is known color: Dark Orchid. HEX triplet: A2, 3A and D1. RGB value is (162,58,209). Sum of RGB (Red+Green+Blue) = 162+58+209=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #A23AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23AD1 is #5DC52E. Grayscale: #696969. Windows color (decimal): -6145327 or 13712034. OLE color: 13712034.

HSL color Cylindrical-coordinate representation of color #A23AD1: hue angle of 281.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23AD1 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 58 209 -
CMYK 0.22 0.72 0 0.18
HSL 281.32º 0.62% 0.52% -
HSV(B) 281.32º 0.72% 0.82% -
XYZ 27.92 15.31 61.81 -
YUV 106.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 162 58 209 0.22 0.72 0 0.18 281.32 0.62 0.52
Hex A2 3A D1 16 48 0 12 119 3E 34
Octal 242 72 321 26 110 0 22 431 76 64
Binary 10100010 111010 11010001 10110 1001000 0 10010 100011001 111110 110100

Color Harmonies of #A23AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23AD1

Black with #A23AD1

Text Example


Text Example

White with #A23AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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