Html Css Color HEX #A633CE Dark Orchid

📋 copy color: '#A633CE'

red 166 ◦ green 51 ◦ blue 206

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

Shades of Dark Orchid #A633CE

Tints of Dark Orchid #A633CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 39.24%
G = 12.06%
B = 48.7%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A633CE (or 0xA633CE) is known color: Dark Orchid. HEX triplet: A6, 33 and CE. RGB value is (166,51,206). Sum of RGB (Red+Green+Blue) = 166+51+206=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A633CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633CE is #59CC31. Grayscale: #666666. Windows color (decimal): -5884978 or 13513638. OLE color: 13513638.

HSL color Cylindrical-coordinate representation of color #A633CE: hue angle of 284.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A633CE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 51 206 -
CMYK 0.19 0.75 0 0.19
HSL 284.52º 0.61% 0.5% -
HSV(B) 284.52º 0.75% 0.81% -
XYZ 28.05 14.93 59.8 -
YUV 103.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 166 51 206 0.19 0.75 0 0.19 284.52 0.61 0.5
Hex A6 33 CE 13 4B 0 13 11D 3D 32
Octal 246 63 316 23 113 0 23 435 75 62
Binary 10100110 110011 11001110 10011 1001011 0 10011 100011101 111101 110010

Color Harmonies of #A633CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633CE

Black with #A633CE

Text Example


Text Example

White with #A633CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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