Html Css Color HEX #A23CDA Dark Orchid

📋 copy color: '#A23CDA'

red 162 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #A23CDA

Tints of Dark Orchid #A23CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.64%

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 36.82%
G = 13.64%
B = 49.55%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A23CDA (or 0xA23CDA) is known color: Dark Orchid. HEX triplet: A2, 3C and DA. RGB value is (162,60,218). Sum of RGB (Red+Green+Blue) = 162+60+218=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #A23CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CDA is #5DC325. Grayscale: #6B6B6B. Windows color (decimal): -6144806 or 14302370. OLE color: 14302370.

HSL color Cylindrical-coordinate representation of color #A23CDA: hue angle of 278.73º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23CDA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 60 218 -
CMYK 0.26 0.72 0 0.15
HSL 278.73º 0.68% 0.55% -
HSV(B) 278.73º 0.72% 0.85% -
XYZ 29.17 15.98 67.88 -
YUV 108.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 162 60 218 0.26 0.72 0 0.15 278.73 0.68 0.55
Hex A2 3C DA 1A 48 0 F 117 44 37
Octal 242 74 332 32 110 0 17 427 104 67
Binary 10100010 111100 11011010 11010 1001000 0 1111 100010111 1000100 110111

Color Harmonies of #A23CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CDA

Black with #A23CDA

Text Example


Text Example

White with #A23CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CDA; }

 p { color: rgb(162,60,218); }

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

background-color css

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

 a { background-color: rgb(162,60,218); }

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

border-color css

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

 span { border-color: rgb(162,60,218); }

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