Html Css Color HEX #A634CE Dark Orchid

📋 copy color: '#A634CE'

red 166 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A634CE

Tints of Dark Orchid #A634CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.26%

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

R = 39.15%
G = 12.26%
B = 48.58%

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

#A634CE (or 0xA634CE) is known color: Dark Orchid. HEX triplet: A6, 34 and CE. RGB value is (166,52,206). Sum of RGB (Red+Green+Blue) = 166+52+206=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #A634CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634CE is #59CB31. Grayscale: #676767. Windows color (decimal): -5884722 or 13513894. OLE color: 13513894.

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

Color convert

RGB 166 52 206 -
CMYK 0.19 0.75 0 0.19
HSL 284.42º 0.61% 0.51% -
HSV(B) 284.42º 0.75% 0.81% -
XYZ 28.09 15.02 59.81 -
YUV 103.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 166 52 206 0.19 0.75 0 0.19 284.42 0.61 0.51
Hex A6 34 CE 13 4B 0 13 11C 3D 33
Octal 246 64 316 23 113 0 23 434 75 63
Binary 10100110 110100 11001110 10011 1001011 0 10011 100011100 111101 110011

Color Harmonies of #A634CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634CE

Black with #A634CE

Text Example


Text Example

White with #A634CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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