Html Css Color HEX #A623CF Dark Orchid

📋 copy color: '#A623CF'

red 166 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #A623CF

Tints of Dark Orchid #A623CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 40.69%
G = 8.58%
B = 50.74%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A623CF (or 0xA623CF) is known color: Dark Orchid. HEX triplet: A6, 23 and CF. RGB value is (166,35,207). Sum of RGB (Red+Green+Blue) = 166+35+207=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A623CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623CF is #59DC30. Grayscale: #5D5D5D. Windows color (decimal): -5889073 or 13575078. OLE color: 13575078.

HSL color Cylindrical-coordinate representation of color #A623CF: hue angle of 285.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A623CF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 35 207 -
CMYK 0.20 0.83 0 0.19
HSL 285.7º 0.71% 0.47% -
HSV(B) 285.7º 0.83% 0.81% -
XYZ 27.59 13.81 60.24 -
YUV 93.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 166 35 207 0.20 0.83 0 0.19 285.7 0.71 0.47
Hex A6 23 CF 14 53 0 13 11E 47 2F
Octal 246 43 317 24 123 0 23 436 107 57
Binary 10100110 100011 11001111 10100 1010011 0 10011 100011110 1000111 101111

Color Harmonies of #A623CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623CF

Black with #A623CF

Text Example


Text Example

White with #A623CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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