Html Css Color HEX #A635DC Dark Orchid

📋 copy color: '#A635DC'

red 166 ◦ green 53 ◦ blue 220

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

Shades of Dark Orchid #A635DC

Tints of Dark Orchid #A635DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.07%

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

R = 37.81%
G = 12.07%
B = 50.11%

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

#A635DC (or 0xA635DC) is known color: Dark Orchid. HEX triplet: A6, 35 and DC. RGB value is (166,53,220). Sum of RGB (Red+Green+Blue) = 166+53+220=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A635DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635DC is #59CA23. Grayscale: #696969. Windows color (decimal): -5884452 or 14431654. OLE color: 14431654.

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

Color convert

RGB 166 53 220 -
CMYK 0.25 0.76 0 0.14
HSL 280.6º 0.7% 0.54% -
HSV(B) 280.6º 0.76% 0.86% -
XYZ 29.92 15.82 69.19 -
YUV 105.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 166 53 220 0.25 0.76 0 0.14 280.6 0.7 0.54
Hex A6 35 DC 19 4C 0 E 119 46 36
Octal 246 65 334 31 114 0 16 431 106 66
Binary 10100110 110101 11011100 11001 1001100 0 1110 100011001 1000110 110110

Color Harmonies of #A635DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A635DC

Black with #A635DC

Text Example


Text Example

White with #A635DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A635DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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