Html Css Color HEX #A626CB Dark Orchid

📋 copy color: '#A626CB'

red 166 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #A626CB

Tints of Dark Orchid #A626CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 40.79%
G = 9.34%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A626CB (or 0xA626CB) is known color: Dark Orchid. HEX triplet: A6, 26 and CB. RGB value is (166,38,203). Sum of RGB (Red+Green+Blue) = 166+38+203=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A626CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626CB is #59D934. Grayscale: #5E5E5E. Windows color (decimal): -5888309 or 13313702. OLE color: 13313702.

HSL color Cylindrical-coordinate representation of color #A626CB: hue angle of 286.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A626CB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 38 203 -
CMYK 0.18 0.81 0 0.20
HSL 286.55º 0.68% 0.47% -
HSV(B) 286.55º 0.81% 0.8% -
XYZ 27.2 13.81 57.73 -
YUV 95.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 166 38 203 0.18 0.81 0 0.20 286.55 0.68 0.47
Hex A6 26 CB 12 51 0 14 11F 44 2F
Octal 246 46 313 22 121 0 24 437 104 57
Binary 10100110 100110 11001011 10010 1010001 0 10100 100011111 1000100 101111

Color Harmonies of #A626CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626CB

Black with #A626CB

Text Example


Text Example

White with #A626CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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