Html Css Color HEX #A633BC Dark Orchid

📋 copy color: '#A633BC'

red 166 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A633BC

Tints of Dark Orchid #A633BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 40.99%
G = 12.59%
B = 46.42%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A633BC (or 0xA633BC) is known color: Dark Orchid. HEX triplet: A6, 33 and BC. RGB value is (166,51,188). Sum of RGB (Red+Green+Blue) = 166+51+188=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #A633BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633BC is #59CC43. Grayscale: #646464. Windows color (decimal): -5884996 or 12333990. OLE color: 12333990.

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

Color convert

RGB 166 51 188 -
CMYK 0.12 0.73 0 0.26
HSL 290.37º 0.57% 0.47% -
HSV(B) 290.37º 0.73% 0.74% -
XYZ 25.99 14.11 48.93 -
YUV 101 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 166 51 188 0.12 0.73 0 0.26 290.37 0.57 0.47
Hex A6 33 BC C 49 0 1A 122 39 2F
Octal 246 63 274 14 111 0 32 442 71 57
Binary 10100110 110011 10111100 1100 1001001 0 11010 100100010 111001 101111

Color Harmonies of #A633BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633BC

Black with #A633BC

Text Example


Text Example

White with #A633BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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