Html Css Color HEX #A633AA Dark Orchid

📋 copy color: '#A633AA'

red 166 ◦ green 51 ◦ blue 170

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

Shades of Dark Orchid #A633AA

Tints of Dark Orchid #A633AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 42.89%
G = 13.18%
B = 43.93%

CMYK

 C value IS 0.02

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A633AA (or 0xA633AA) is known color: Dark Orchid. HEX triplet: A6, 33 and AA. RGB value is (166,51,170). Sum of RGB (Red+Green+Blue) = 166+51+170=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #A633AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A633AA is #59CC55. Grayscale: #626262. Windows color (decimal): -5885014 or 11154342. OLE color: 11154342.

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

Color convert

RGB 166 51 170 -
CMYK 0.02 0.7 0 0.33
HSL 297.98º 0.54% 0.43% -
HSV(B) 297.98º 0.7% 0.67% -
XYZ 24.17 13.38 39.34 -
YUV 98.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 166 51 170 0.02 0.7 0 0.33 297.98 0.54 0.43
Hex A6 33 AA 2 46 0 21 12A 36 2B
Octal 246 63 252 2 106 0 41 452 66 53
Binary 10100110 110011 10101010 10 1000110 0 100001 100101010 110110 101011

Color Harmonies of #A633AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633AA

Black with #A633AA

Text Example


Text Example

White with #A633AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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