Html Css Color HEX #A630DB Dark Orchid

📋 copy color: '#A630DB'

red 166 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #A630DB

Tints of Dark Orchid #A630DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 38.34%
G = 11.09%
B = 50.58%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A630DB (or 0xA630DB) is known color: Dark Orchid. HEX triplet: A6, 30 and DB. RGB value is (166,48,219). Sum of RGB (Red+Green+Blue) = 166+48+219=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A630DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630DB is #59CF24. Grayscale: #666666. Windows color (decimal): -5885733 or 14364838. OLE color: 14364838.

HSL color Cylindrical-coordinate representation of color #A630DB: hue angle of 281.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A630DB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 48 219 -
CMYK 0.24 0.78 0 0.14
HSL 281.4º 0.7% 0.52% -
HSV(B) 281.4º 0.78% 0.86% -
XYZ 29.57 15.34 68.42 -
YUV 102.78 193.59 173.1 -
System Red Green Blue C M Y K H S L
Decimal 166 48 219 0.24 0.78 0 0.14 281.4 0.7 0.52
Hex A6 30 DB 18 4E 0 E 119 46 34
Octal 246 60 333 30 116 0 16 431 106 64
Binary 10100110 110000 11011011 11000 1001110 0 1110 100011001 1000110 110100

Color Harmonies of #A630DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630DB

Black with #A630DB

Text Example


Text Example

White with #A630DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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