Html Css Color HEX #A626D5 Dark Orchid

📋 copy color: '#A626D5'

red 166 ◦ green 38 ◦ blue 213

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

Shades of Dark Orchid #A626D5

Tints of Dark Orchid #A626D5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

 BLUE value IS 213 (83.59% from 255) = 51.08%

R = 39.81%
G = 9.11%
B = 51.08%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A626D5 (or 0xA626D5) is known color: Dark Orchid. HEX triplet: A6, 26 and D5. RGB value is (166,38,213). Sum of RGB (Red+Green+Blue) = 166+38+213=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #A626D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626D5 is #59D92A. Grayscale: #5F5F5F. Windows color (decimal): -5888299 or 13969062. OLE color: 13969062.

HSL color Cylindrical-coordinate representation of color #A626D5: hue angle of 283.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A626D5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 38 213 -
CMYK 0.22 0.82 0 0.16
HSL 283.89º 0.7% 0.49% -
HSV(B) 283.89º 0.82% 0.84% -
XYZ 28.43 14.3 64.21 -
YUV 96.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 166 38 213 0.22 0.82 0 0.16 283.89 0.7 0.49
Hex A6 26 D5 16 52 0 10 11C 46 31
Octal 246 46 325 26 122 0 20 434 106 61
Binary 10100110 100110 11010101 10110 1010010 0 10000 100011100 1000110 110001

Color Harmonies of #A626D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626D5

Black with #A626D5

Text Example


Text Example

White with #A626D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626D5; }

 p { color: rgb(166,38,213); }

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

background-color css

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

 a { background-color: rgb(166,38,213); }

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

border-color css

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

 span { border-color: rgb(166,38,213); }

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