Html Css Color HEX #A633AB Dark Orchid

📋 copy color: '#A633AB'

red 166 ◦ green 51 ◦ blue 171

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

Shades of Dark Orchid #A633AB

Tints of Dark Orchid #A633AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 42.78%
G = 13.14%
B = 44.07%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A633AB (or 0xA633AB) is known color: Dark Orchid. HEX triplet: A6, 33 and AB. RGB value is (166,51,171). Sum of RGB (Red+Green+Blue) = 166+51+171=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A633AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A633AB is #59CC54. Grayscale: #626262. Windows color (decimal): -5885013 or 11219878. OLE color: 11219878.

HSL color Cylindrical-coordinate representation of color #A633AB: hue angle of 297.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A633AB is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 51 171 -
CMYK 0.03 0.70 0 0.33
HSL 297.5º 0.54% 0.44% -
HSV(B) 297.5º 0.7% 0.67% -
XYZ 24.26 13.41 39.84 -
YUV 99.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 166 51 171 0.03 0.70 0 0.33 297.5 0.54 0.44
Hex A6 33 AB 3 46 0 21 12A 36 2C
Octal 246 63 253 3 106 0 41 452 66 54
Binary 10100110 110011 10101011 11 1000110 0 100001 100101010 110110 101100

Color Harmonies of #A633AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633AB

Black with #A633AB

Text Example


Text Example

White with #A633AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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