Html Css Color HEX #A61CAF Dark Orchid

📋 copy color: '#A61CAF'

red 166 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #A61CAF

Tints of Dark Orchid #A61CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

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

R = 44.99%
G = 7.59%
B = 47.43%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A61CAF (or 0xA61CAF) is known color: Dark Orchid. HEX triplet: A6, 1C and AF. RGB value is (166,28,175). Sum of RGB (Red+Green+Blue) = 166+28+175=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #A61CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61CAF is #59E350. Grayscale: #555555. Windows color (decimal): -5890897 or 11476134. OLE color: 11476134.

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

Color convert

RGB 166 28 175 -
CMYK 0.05 0.84 0 0.31
HSL 296.33º 0.72% 0.4% -
HSV(B) 296.33º 0.84% 0.69% -
XYZ 23.88 12.03 41.62 -
YUV 86.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 166 28 175 0.05 0.84 0 0.31 296.33 0.72 0.4
Hex A6 1C AF 5 54 0 1F 128 48 28
Octal 246 34 257 5 124 0 37 450 110 50
Binary 10100110 11100 10101111 101 1010100 0 11111 100101000 1001000 101000

Color Harmonies of #A61CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CAF

Black with #A61CAF

Text Example


Text Example

White with #A61CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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