Html Css Color HEX #A630DF Dark Orchid

📋 copy color: '#A630DF'

red 166 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #A630DF

Tints of Dark Orchid #A630DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.98%

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

R = 37.99%
G = 10.98%
B = 51.03%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A630DF (or 0xA630DF) is known color: Dark Orchid. HEX triplet: A6, 30 and DF. RGB value is (166,48,223). Sum of RGB (Red+Green+Blue) = 166+48+223=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A630DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630DF is #59CF20. Grayscale: #666666. Windows color (decimal): -5885729 or 14626982. OLE color: 14626982.

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

Color convert

RGB 166 48 223 -
CMYK 0.26 0.78 0 0.13
HSL 280.46º 0.73% 0.53% -
HSV(B) 280.46º 0.78% 0.87% -
XYZ 30.1 15.55 71.23 -
YUV 103.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 166 48 223 0.26 0.78 0 0.13 280.46 0.73 0.53
Hex A6 30 DF 1A 4E 0 D 118 49 35
Octal 246 60 337 32 116 0 15 430 111 65
Binary 10100110 110000 11011111 11010 1001110 0 1101 100011000 1001001 110101

Color Harmonies of #A630DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630DF

Black with #A630DF

Text Example


Text Example

White with #A630DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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