Html Css Color HEX #A634DC Dark Orchid

📋 copy color: '#A634DC'

red 166 ◦ green 52 ◦ blue 220

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

Shades of Dark Orchid #A634DC

Tints of Dark Orchid #A634DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 37.9%
G = 11.87%
B = 50.23%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A634DC (or 0xA634DC) is known color: Dark Orchid. HEX triplet: A6, 34 and DC. RGB value is (166,52,220). Sum of RGB (Red+Green+Blue) = 166+52+220=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #A634DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634DC is #59CB23. Grayscale: #686868. Windows color (decimal): -5884708 or 14431398. OLE color: 14431398.

HSL color Cylindrical-coordinate representation of color #A634DC: hue angle of 280.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A634DC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 52 220 -
CMYK 0.25 0.76 0 0.14
HSL 280.71º 0.71% 0.53% -
HSV(B) 280.71º 0.76% 0.86% -
XYZ 29.87 15.73 69.17 -
YUV 105.24 192.77 171.34 -
System Red Green Blue C M Y K H S L
Decimal 166 52 220 0.25 0.76 0 0.14 280.71 0.71 0.53
Hex A6 34 DC 19 4C 0 E 119 47 35
Octal 246 64 334 31 114 0 16 431 107 65
Binary 10100110 110100 11011100 11001 1001100 0 1110 100011001 1000111 110101

Color Harmonies of #A634DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634DC

Black with #A634DC

Text Example


Text Example

White with #A634DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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