Html Css Color HEX #A126CF Dark Orchid

📋 copy color: '#A126CF'

red 161 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #A126CF

Tints of Dark Orchid #A126CF

RGB

 RED value IS 161 (63.28% from 255) = 39.66%

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

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

R = 39.66%
G = 9.36%
B = 50.99%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A126CF (or 0xA126CF) is known color: Dark Orchid. HEX triplet: A1, 26 and CF. RGB value is (161,38,207). Sum of RGB (Red+Green+Blue) = 161+38+207=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #A126CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126CF is #5ED930. Grayscale: #5D5D5D. Windows color (decimal): -6215985 or 13575841. OLE color: 13575841.

HSL color Cylindrical-coordinate representation of color #A126CF: hue angle of 283.67º 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 #A126CF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 38 207 -
CMYK 0.22 0.82 0 0.19
HSL 283.67º 0.69% 0.48% -
HSV(B) 283.67º 0.82% 0.81% -
XYZ 26.65 13.47 60.23 -
YUV 94.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 161 38 207 0.22 0.82 0 0.19 283.67 0.69 0.48
Hex A1 26 CF 16 52 0 13 11C 45 30
Octal 241 46 317 26 122 0 23 434 105 60
Binary 10100001 100110 11001111 10110 1010010 0 10011 100011100 1000101 110000

Color Harmonies of #A126CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126CF

Black with #A126CF

Text Example


Text Example

White with #A126CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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