Html Css Color HEX #A61FAB Dark Orchid

📋 copy color: '#A61FAB'

red 166 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #A61FAB

Tints of Dark Orchid #A61FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 45.11%
G = 8.42%
B = 46.47%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61FAB (or 0xA61FAB) is known color: Dark Orchid. HEX triplet: A6, 1F and AB. RGB value is (166,31,171). Sum of RGB (Red+Green+Blue) = 166+31+171=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #A61FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61FAB is #59E054. Grayscale: #565656. Windows color (decimal): -5890133 or 11214758. OLE color: 11214758.

HSL color Cylindrical-coordinate representation of color #A61FAB: hue angle of 297.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61FAB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 31 171 -
CMYK 0.03 0.82 0 0.33
HSL 297.86º 0.69% 0.4% -
HSV(B) 297.86º 0.82% 0.67% -
XYZ 23.57 12.03 39.61 -
YUV 87.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 166 31 171 0.03 0.82 0 0.33 297.86 0.69 0.4
Hex A6 1F AB 3 52 0 21 12A 45 28
Octal 246 37 253 3 122 0 41 452 105 50
Binary 10100110 11111 10101011 11 1010010 0 100001 100101010 1000101 101000

Color Harmonies of #A61FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FAB

Black with #A61FAB

Text Example


Text Example

White with #A61FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FAB; }

 p { color: rgb(166,31,171); }

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

background-color css

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

 a { background-color: rgb(166,31,171); }

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

border-color css

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

 span { border-color: rgb(166,31,171); }

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