Html Css Color HEX #A61BDD Dark Orchid

📋 copy color: '#A61BDD'

red 166 ◦ green 27 ◦ blue 221

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

Shades of Dark Orchid #A61BDD

Tints of Dark Orchid #A61BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 40.1%
G = 6.52%
B = 53.38%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A61BDD (or 0xA61BDD) is known color: Dark Orchid. HEX triplet: A6, 1B and DD. RGB value is (166,27,221). Sum of RGB (Red+Green+Blue) = 166+27+221=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #A61BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BDD is #59E422. Grayscale: #5A5A5A. Windows color (decimal): -5891107 or 14490534. OLE color: 14490534.

HSL color Cylindrical-coordinate representation of color #A61BDD: hue angle of 282.99º 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 #A61BDD is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 27 221 -
CMYK 0.25 0.88 0 0.13
HSL 282.99º 0.78% 0.49% -
HSV(B) 282.99º 0.88% 0.87% -
XYZ 29.17 14.11 69.59 -
YUV 90.68 201.55 181.73 -
System Red Green Blue C M Y K H S L
Decimal 166 27 221 0.25 0.88 0 0.13 282.99 0.78 0.49
Hex A6 1B DD 19 58 0 D 11B 4E 31
Octal 246 33 335 31 130 0 15 433 116 61
Binary 10100110 11011 11011101 11001 1011000 0 1101 100011011 1001110 110001

Color Harmonies of #A61BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BDD

Black with #A61BDD

Text Example


Text Example

White with #A61BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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