Html Css Color HEX #A626BD Dark Orchid

📋 copy color: '#A626BD'

red 166 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #A626BD

Tints of Dark Orchid #A626BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 42.24%
G = 9.67%
B = 48.09%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A626BD (or 0xA626BD) is known color: Dark Orchid. HEX triplet: A6, 26 and BD. RGB value is (166,38,189). Sum of RGB (Red+Green+Blue) = 166+38+189=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #A626BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626BD is #59D942. Grayscale: #5D5D5D. Windows color (decimal): -5888323 or 12396198. OLE color: 12396198.

HSL color Cylindrical-coordinate representation of color #A626BD: hue angle of 290.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A626BD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 38 189 -
CMYK 0.12 0.80 0 0.26
HSL 290.86º 0.67% 0.45% -
HSV(B) 290.86º 0.8% 0.74% -
XYZ 25.6 13.17 49.34 -
YUV 93.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 166 38 189 0.12 0.80 0 0.26 290.86 0.67 0.45
Hex A6 26 BD C 50 0 1A 123 43 2D
Octal 246 46 275 14 120 0 32 443 103 55
Binary 10100110 100110 10111101 1100 1010000 0 11010 100100011 1000011 101101

Color Harmonies of #A626BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626BD

Black with #A626BD

Text Example


Text Example

White with #A626BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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