Html Css Color HEX #A61DAF Dark Orchid

📋 copy color: '#A61DAF'

red 166 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #A61DAF

Tints of Dark Orchid #A61DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 44.86%
G = 7.84%
B = 47.3%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A61DAF (or 0xA61DAF) is known color: Dark Orchid. HEX triplet: A6, 1D and AF. RGB value is (166,29,175). Sum of RGB (Red+Green+Blue) = 166+29+175=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #A61DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61DAF is #59E250. Grayscale: #565656. Windows color (decimal): -5890641 or 11476390. OLE color: 11476390.

HSL color Cylindrical-coordinate representation of color #A61DAF: hue angle of 296.3º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61DAF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 29 175 -
CMYK 0.05 0.83 0 0.31
HSL 296.3º 0.72% 0.4% -
HSV(B) 296.3º 0.83% 0.69% -
XYZ 23.9 12.08 41.63 -
YUV 86.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 166 29 175 0.05 0.83 0 0.31 296.3 0.72 0.4
Hex A6 1D AF 5 53 0 1F 128 48 28
Octal 246 35 257 5 123 0 37 450 110 50
Binary 10100110 11101 10101111 101 1010011 0 11111 100101000 1001000 101000

Color Harmonies of #A61DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DAF

Black with #A61DAF

Text Example


Text Example

White with #A61DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DAF; }

 p { color: rgb(166,29,175); }

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

background-color css

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

 a { background-color: rgb(166,29,175); }

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

border-color css

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

 span { border-color: rgb(166,29,175); }

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