Html Css Color HEX #A23FDC Dark Orchid

📋 copy color: '#A23FDC'

red 162 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #A23FDC

Tints of Dark Orchid #A23FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 36.4%
G = 14.16%
B = 49.44%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A23FDC (or 0xA23FDC) is known color: Dark Orchid. HEX triplet: A2, 3F and DC. RGB value is (162,63,220). Sum of RGB (Red+Green+Blue) = 162+63+220=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A23FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FDC is #5DC023. Grayscale: #6D6D6D. Windows color (decimal): -6144036 or 14434210. OLE color: 14434210.

HSL color Cylindrical-coordinate representation of color #A23FDC: hue angle of 277.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23FDC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 63 220 -
CMYK 0.26 0.71 0 0.14
HSL 277.83º 0.69% 0.55% -
HSV(B) 277.83º 0.71% 0.86% -
XYZ 29.6 16.4 69.32 -
YUV 110.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 162 63 220 0.26 0.71 0 0.14 277.83 0.69 0.55
Hex A2 3F DC 1A 47 0 E 116 45 37
Octal 242 77 334 32 107 0 16 426 105 67
Binary 10100010 111111 11011100 11010 1000111 0 1110 100010110 1000101 110111

Color Harmonies of #A23FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23FDC

Black with #A23FDC

Text Example


Text Example

White with #A23FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23FDC; }

 p { color: rgb(162,63,220); }

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

background-color css

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

 a { background-color: rgb(162,63,220); }

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

border-color css

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

 span { border-color: rgb(162,63,220); }

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