Html Css Color HEX #A61BDF Dark Orchid

📋 copy color: '#A61BDF'

red 166 ◦ green 27 ◦ blue 223

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

Shades of Dark Orchid #A61BDF

Tints of Dark Orchid #A61BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.49%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 39.9%
G = 6.49%
B = 53.61%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A61BDF (or 0xA61BDF) is known color: Dark Orchid. HEX triplet: A6, 1B and DF. RGB value is (166,27,223). Sum of RGB (Red+Green+Blue) = 166+27+223=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #A61BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BDF is #59E420. Grayscale: #5A5A5A. Windows color (decimal): -5891105 or 14621606. OLE color: 14621606.

HSL color Cylindrical-coordinate representation of color #A61BDF: hue angle of 282.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61BDF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 27 223 -
CMYK 0.26 0.88 0 0.13
HSL 282.55º 0.78% 0.49% -
HSV(B) 282.55º 0.88% 0.87% -
XYZ 29.44 14.22 71 -
YUV 90.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 166 27 223 0.26 0.88 0 0.13 282.55 0.78 0.49
Hex A6 1B DF 1A 58 0 D 11B 4E 31
Octal 246 33 337 32 130 0 15 433 116 61
Binary 10100110 11011 11011111 11010 1011000 0 1101 100011011 1001110 110001

Color Harmonies of #A61BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BDF

Black with #A61BDF

Text Example


Text Example

White with #A61BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BDF; }

 p { color: rgb(166,27,223); }

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

background-color css

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

 a { background-color: rgb(166,27,223); }

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

border-color css

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

 span { border-color: rgb(166,27,223); }

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