Html Css Color HEX #A630AB Dark Orchid

📋 copy color: '#A630AB'

red 166 ◦ green 48 ◦ blue 171

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

Shades of Dark Orchid #A630AB

Tints of Dark Orchid #A630AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 43.12%
G = 12.47%
B = 44.42%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A630AB (or 0xA630AB) is known color: Dark Orchid. HEX triplet: A6, 30 and AB. RGB value is (166,48,171). Sum of RGB (Red+Green+Blue) = 166+48+171=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A630AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A630AB is #59CF54. Grayscale: #606060. Windows color (decimal): -5885781 or 11219110. OLE color: 11219110.

HSL color Cylindrical-coordinate representation of color #A630AB: hue angle of 297.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A630AB is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 48 171 -
CMYK 0.03 0.72 0 0.33
HSL 297.56º 0.56% 0.43% -
HSV(B) 297.56º 0.72% 0.67% -
XYZ 24.13 13.16 39.8 -
YUV 97.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 166 48 171 0.03 0.72 0 0.33 297.56 0.56 0.43
Hex A6 30 AB 3 48 0 21 12A 38 2B
Octal 246 60 253 3 110 0 41 452 70 53
Binary 10100110 110000 10101011 11 1001000 0 100001 100101010 111000 101011

Color Harmonies of #A630AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630AB

Black with #A630AB

Text Example


Text Example

White with #A630AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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