Html Css Color HEX #A630CD Dark Orchid

📋 copy color: '#A630CD'

red 166 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #A630CD

Tints of Dark Orchid #A630CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 39.62%
G = 11.46%
B = 48.93%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A630CD (or 0xA630CD) is known color: Dark Orchid. HEX triplet: A6, 30 and CD. RGB value is (166,48,205). Sum of RGB (Red+Green+Blue) = 166+48+205=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #A630CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630CD is #59CF32. Grayscale: #646464. Windows color (decimal): -5885747 or 13447334. OLE color: 13447334.

HSL color Cylindrical-coordinate representation of color #A630CD: hue angle of 285.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A630CD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 48 205 -
CMYK 0.19 0.77 0 0.20
HSL 285.1º 0.62% 0.5% -
HSV(B) 285.1º 0.77% 0.8% -
XYZ 27.8 14.63 59.12 -
YUV 101.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 166 48 205 0.19 0.77 0 0.20 285.1 0.62 0.5
Hex A6 30 CD 13 4D 0 14 11D 3E 32
Octal 246 60 315 23 115 0 24 435 76 62
Binary 10100110 110000 11001101 10011 1001101 0 10100 100011101 111110 110010

Color Harmonies of #A630CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630CD

Black with #A630CD

Text Example


Text Example

White with #A630CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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