Html Css Color HEX #A623E0 Dark Orchid

📋 copy color: '#A623E0'

red 166 ◦ green 35 ◦ blue 224

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

Shades of Dark Orchid #A623E0

Tints of Dark Orchid #A623E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.71%

R = 39.06%
G = 8.24%
B = 52.71%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A623E0 (or 0xA623E0) is known color: Dark Orchid. HEX triplet: A6, 23 and E0. RGB value is (166,35,224). Sum of RGB (Red+Green+Blue) = 166+35+224=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #A623E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623E0 is #59DC1F. Grayscale: #5F5F5F. Windows color (decimal): -5889056 or 14689190. OLE color: 14689190.

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

Color convert

RGB 166 35 224 -
CMYK 0.26 0.84 0 0.12
HSL 281.59º 0.75% 0.51% -
HSV(B) 281.59º 0.84% 0.88% -
XYZ 29.78 14.69 71.79 -
YUV 95.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 166 35 224 0.26 0.84 0 0.12 281.59 0.75 0.51
Hex A6 23 E0 1A 54 0 C 11A 4B 33
Octal 246 43 340 32 124 0 14 432 113 63
Binary 10100110 100011 11100000 11010 1010100 0 1100 100011010 1001011 110011

Color Harmonies of #A623E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623E0

Black with #A623E0

Text Example


Text Example

White with #A623E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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