Html Css Color HEX #A630BB Dark Orchid

📋 copy color: '#A630BB'

red 166 ◦ green 48 ◦ blue 187

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

Shades of Dark Orchid #A630BB

Tints of Dark Orchid #A630BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 41.4%
G = 11.97%
B = 46.63%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A630BB (or 0xA630BB) is known color: Dark Orchid. HEX triplet: A6, 30 and BB. RGB value is (166,48,187). Sum of RGB (Red+Green+Blue) = 166+48+187=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #A630BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630BB is #59CF44. Grayscale: #626262. Windows color (decimal): -5885765 or 12267686. OLE color: 12267686.

HSL color Cylindrical-coordinate representation of color #A630BB: hue angle of 290.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A630BB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 48 187 -
CMYK 0.11 0.74 0 0.27
HSL 290.94º 0.59% 0.46% -
HSV(B) 290.94º 0.74% 0.73% -
XYZ 25.75 13.81 48.32 -
YUV 99.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 166 48 187 0.11 0.74 0 0.27 290.94 0.59 0.46
Hex A6 30 BB B 4A 0 1B 123 3B 2E
Octal 246 60 273 13 112 0 33 443 73 56
Binary 10100110 110000 10111011 1011 1001010 0 11011 100100011 111011 101110

Color Harmonies of #A630BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630BB

Black with #A630BB

Text Example


Text Example

White with #A630BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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