Html Css Color HEX #A23DBE Dark Orchid

📋 copy color: '#A23DBE'

red 162 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #A23DBE

Tints of Dark Orchid #A23DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 39.23%
G = 14.77%
B = 46%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A23DBE (or 0xA23DBE) is known color: Dark Orchid. HEX triplet: A2, 3D and BE. RGB value is (162,61,190). Sum of RGB (Red+Green+Blue) = 162+61+190=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #A23DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DBE is #5DC241. Grayscale: #696969. Windows color (decimal): -6144578 or 12467618. OLE color: 12467618.

HSL color Cylindrical-coordinate representation of color #A23DBE: hue angle of 286.98º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23DBE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 61 190 -
CMYK 0.15 0.68 0 0.25
HSL 286.98º 0.51% 0.49% -
HSV(B) 286.98º 0.68% 0.75% -
XYZ 25.86 14.74 50.2 -
YUV 105.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 162 61 190 0.15 0.68 0 0.25 286.98 0.51 0.49
Hex A2 3D BE F 44 0 19 11F 33 31
Octal 242 75 276 17 104 0 31 437 63 61
Binary 10100010 111101 10111110 1111 1000100 0 11001 100011111 110011 110001

Color Harmonies of #A23DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DBE

Black with #A23DBE

Text Example


Text Example

White with #A23DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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