Html Css Color HEX #A626BE Dark Orchid

📋 copy color: '#A626BE'

red 166 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #A626BE

Tints of Dark Orchid #A626BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 42.13%
G = 9.64%
B = 48.22%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A626BE (or 0xA626BE) is known color: Dark Orchid. HEX triplet: A6, 26 and BE. RGB value is (166,38,190). Sum of RGB (Red+Green+Blue) = 166+38+190=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #A626BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626BE is #59D941. Grayscale: #5D5D5D. Windows color (decimal): -5888322 or 12461734. OLE color: 12461734.

HSL color Cylindrical-coordinate representation of color #A626BE: hue angle of 290.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A626BE is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 38 190 -
CMYK 0.13 0.8 0 0.25
HSL 290.53º 0.67% 0.45% -
HSV(B) 290.53º 0.8% 0.75% -
XYZ 25.71 13.21 49.91 -
YUV 93.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 166 38 190 0.13 0.8 0 0.25 290.53 0.67 0.45
Hex A6 26 BE D 50 0 19 123 43 2D
Octal 246 46 276 15 120 0 31 443 103 55
Binary 10100110 100110 10111110 1101 1010000 0 11001 100100011 1000011 101101

Color Harmonies of #A626BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626BE

Black with #A626BE

Text Example


Text Example

White with #A626BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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