Html Css Color HEX #A633DF Dark Orchid

📋 copy color: '#A633DF'

red 166 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #A633DF

Tints of Dark Orchid #A633DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.59%

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

R = 37.73%
G = 11.59%
B = 50.68%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A633DF (or 0xA633DF) is known color: Dark Orchid. HEX triplet: A6, 33 and DF. RGB value is (166,51,223). Sum of RGB (Red+Green+Blue) = 166+51+223=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A633DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633DF is #59CC20. Grayscale: #686868. Windows color (decimal): -5884961 or 14627750. OLE color: 14627750.

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

Color convert

RGB 166 51 223 -
CMYK 0.26 0.77 0 0.13
HSL 280.12º 0.73% 0.54% -
HSV(B) 280.12º 0.77% 0.87% -
XYZ 30.23 15.8 71.27 -
YUV 104.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 166 51 223 0.26 0.77 0 0.13 280.12 0.73 0.54
Hex A6 33 DF 1A 4D 0 D 118 49 36
Octal 246 63 337 32 115 0 15 430 111 66
Binary 10100110 110011 11011111 11010 1001101 0 1101 100011000 1001001 110110

Color Harmonies of #A633DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633DF

Black with #A633DF

Text Example


Text Example

White with #A633DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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