Html Css Color HEX #A630DE Dark Orchid

📋 copy color: '#A630DE'

red 166 ◦ green 48 ◦ blue 222

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

Shades of Dark Orchid #A630DE

Tints of Dark Orchid #A630DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 38.07%
G = 11.01%
B = 50.92%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A630DE (or 0xA630DE) is known color: Dark Orchid. HEX triplet: A6, 30 and DE. RGB value is (166,48,222). Sum of RGB (Red+Green+Blue) = 166+48+222=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #A630DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630DE is #59CF21. Grayscale: #666666. Windows color (decimal): -5885730 or 14561446. OLE color: 14561446.

HSL color Cylindrical-coordinate representation of color #A630DE: hue angle of 280.69º 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 #A630DE is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 48 222 -
CMYK 0.25 0.78 0 0.13
HSL 280.69º 0.73% 0.53% -
HSV(B) 280.69º 0.78% 0.87% -
XYZ 29.97 15.49 70.52 -
YUV 103.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 166 48 222 0.25 0.78 0 0.13 280.69 0.73 0.53
Hex A6 30 DE 19 4E 0 D 119 48 35
Octal 246 60 336 31 116 0 15 431 110 65
Binary 10100110 110000 11011110 11001 1001110 0 1101 100011001 1001000 110101

Color Harmonies of #A630DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630DE

Black with #A630DE

Text Example


Text Example

White with #A630DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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