Html Css Color HEX #A618B7 Dark Orchid

📋 copy color: '#A618B7'

red 166 ◦ green 24 ◦ blue 183

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

Shades of Dark Orchid #A618B7

Tints of Dark Orchid #A618B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 183 (71.88% from 255) = 49.06%

R = 44.5%
G = 6.43%
B = 49.06%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A618B7 (or 0xA618B7) is known color: Dark Orchid. HEX triplet: A6, 18 and B7. RGB value is (166,24,183). Sum of RGB (Red+Green+Blue) = 166+24+183=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #A618B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618B7 is #59E748. Grayscale: #545454. Windows color (decimal): -5891913 or 11999398. OLE color: 11999398.

HSL color Cylindrical-coordinate representation of color #A618B7: hue angle of 293.58º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A618B7 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 24 183 -
CMYK 0.09 0.87 0 0.28
HSL 293.58º 0.77% 0.41% -
HSV(B) 293.58º 0.87% 0.72% -
XYZ 24.6 12.18 45.85 -
YUV 84.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 166 24 183 0.09 0.87 0 0.28 293.58 0.77 0.41
Hex A6 18 B7 9 57 0 1C 126 4D 29
Octal 246 30 267 11 127 0 34 446 115 51
Binary 10100110 11000 10110111 1001 1010111 0 11100 100100110 1001101 101001

Color Harmonies of #A618B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618B7

Black with #A618B7

Text Example


Text Example

White with #A618B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618B7; }

 p { color: rgb(166,24,183); }

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

background-color css

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

 a { background-color: rgb(166,24,183); }

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

border-color css

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

 span { border-color: rgb(166,24,183); }

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