Html Css Color HEX #A626CF Dark Orchid

📋 copy color: '#A626CF'

red 166 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #A626CF

Tints of Dark Orchid #A626CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 40.39%
G = 9.25%
B = 50.36%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A626CF (or 0xA626CF) is known color: Dark Orchid. HEX triplet: A6, 26 and CF. RGB value is (166,38,207). Sum of RGB (Red+Green+Blue) = 166+38+207=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #A626CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626CF is #59D930. Grayscale: #5E5E5E. Windows color (decimal): -5888305 or 13575846. OLE color: 13575846.

HSL color Cylindrical-coordinate representation of color #A626CF: hue angle of 285.44º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A626CF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 38 207 -
CMYK 0.20 0.82 0 0.19
HSL 285.44º 0.69% 0.48% -
HSV(B) 285.44º 0.82% 0.81% -
XYZ 27.68 14 60.27 -
YUV 95.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 166 38 207 0.20 0.82 0 0.19 285.44 0.69 0.48
Hex A6 26 CF 14 52 0 13 11D 45 30
Octal 246 46 317 24 122 0 23 435 105 60
Binary 10100110 100110 11001111 10100 1010010 0 10011 100011101 1000101 110000

Color Harmonies of #A626CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626CF

Black with #A626CF

Text Example


Text Example

White with #A626CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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