Html Css Color HEX #A23EBD Dark Orchid

📋 copy color: '#A23EBD'

red 162 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #A23EBD

Tints of Dark Orchid #A23EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 39.23%
G = 15.01%
B = 45.76%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A23EBD (or 0xA23EBD) is known color: Dark Orchid. HEX triplet: A2, 3E and BD. RGB value is (162,62,189). Sum of RGB (Red+Green+Blue) = 162+62+189=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #A23EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EBD is #5DC142. Grayscale: #696969. Windows color (decimal): -6144323 or 12402338. OLE color: 12402338.

HSL color Cylindrical-coordinate representation of color #A23EBD: hue angle of 287.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23EBD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 62 189 -
CMYK 0.14 0.67 0 0.26
HSL 287.24º 0.51% 0.49% -
HSV(B) 287.24º 0.67% 0.74% -
XYZ 25.81 14.8 49.64 -
YUV 106.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 162 62 189 0.14 0.67 0 0.26 287.24 0.51 0.49
Hex A2 3E BD E 43 0 1A 11F 33 31
Octal 242 76 275 16 103 0 32 437 63 61
Binary 10100010 111110 10111101 1110 1000011 0 11010 100011111 110011 110001

Color Harmonies of #A23EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23EBD

Black with #A23EBD

Text Example


Text Example

White with #A23EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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