Html Css Color HEX #A633BB Dark Orchid

📋 copy color: '#A633BB'

red 166 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #A633BB

Tints of Dark Orchid #A633BB

RGB

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

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

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

R = 41.09%
G = 12.62%
B = 46.29%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A633BB (or 0xA633BB) is known color: Dark Orchid. HEX triplet: A6, 33 and BB. RGB value is (166,51,187). Sum of RGB (Red+Green+Blue) = 166+51+187=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #A633BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633BB is #59CC44. Grayscale: #646464. Windows color (decimal): -5884997 or 12268454. OLE color: 12268454.

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

Color convert

RGB 166 51 187 -
CMYK 0.11 0.73 0 0.27
HSL 290.74º 0.57% 0.47% -
HSV(B) 290.74º 0.73% 0.73% -
XYZ 25.88 14.06 48.36 -
YUV 100.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 166 51 187 0.11 0.73 0 0.27 290.74 0.57 0.47
Hex A6 33 BB B 49 0 1B 123 39 2F
Octal 246 63 273 13 111 0 33 443 71 57
Binary 10100110 110011 10111011 1011 1001001 0 11011 100100011 111001 101111

Color Harmonies of #A633BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633BB

Black with #A633BB

Text Example


Text Example

White with #A633BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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