Html Css Color HEX #A623DF Dark Orchid

📋 copy color: '#A623DF'

red 166 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #A623DF

Tints of Dark Orchid #A623DF

RGB

 RED value IS 166 (65.23% from 255) = 39.15%

 GREEN value IS 35 (14.06% from 255) = 8.25%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 39.15%
G = 8.25%
B = 52.59%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A623DF (or 0xA623DF) is known color: Dark Orchid. HEX triplet: A6, 23 and DF. RGB value is (166,35,223). Sum of RGB (Red+Green+Blue) = 166+35+223=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #A623DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623DF is #59DC20. Grayscale: #5E5E5E. Windows color (decimal): -5889057 or 14623654. OLE color: 14623654.

HSL color Cylindrical-coordinate representation of color #A623DF: hue angle of 281.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A623DF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 35 223 -
CMYK 0.26 0.84 0 0.13
HSL 281.81º 0.75% 0.51% -
HSV(B) 281.81º 0.84% 0.87% -
XYZ 29.65 14.64 71.07 -
YUV 95.6 199.9 178.21 -
System Red Green Blue C M Y K H S L
Decimal 166 35 223 0.26 0.84 0 0.13 281.81 0.75 0.51
Hex A6 23 DF 1A 54 0 D 11A 4B 33
Octal 246 43 337 32 124 0 15 432 113 63
Binary 10100110 100011 11011111 11010 1010100 0 1101 100011010 1001011 110011

Color Harmonies of #A623DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623DF

Black with #A623DF

Text Example


Text Example

White with #A623DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623DF; }

 p { color: rgb(166,35,223); }

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

background-color css

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

 a { background-color: rgb(166,35,223); }

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

border-color css

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

 span { border-color: rgb(166,35,223); }

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