Html Css Color HEX #A618CF Dark Orchid

📋 copy color: '#A618CF'

red 166 ◦ green 24 ◦ blue 207

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

Shades of Dark Orchid #A618CF

Tints of Dark Orchid #A618CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 41.81%
G = 6.05%
B = 52.14%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A618CF (or 0xA618CF) is known color: Dark Orchid. HEX triplet: A6, 18 and CF. RGB value is (166,24,207). Sum of RGB (Red+Green+Blue) = 166+24+207=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A618CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618CF is #59E730. Grayscale: #565656. Windows color (decimal): -5891889 or 13572262. OLE color: 13572262.

HSL color Cylindrical-coordinate representation of color #A618CF: hue angle of 286.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A618CF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 24 207 -
CMYK 0.20 0.88 0 0.19
HSL 286.56º 0.79% 0.45% -
HSV(B) 286.56º 0.88% 0.81% -
XYZ 27.32 13.27 60.15 -
YUV 87.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 166 24 207 0.20 0.88 0 0.19 286.56 0.79 0.45
Hex A6 18 CF 14 58 0 13 11F 4F 2D
Octal 246 30 317 24 130 0 23 437 117 55
Binary 10100110 11000 11001111 10100 1011000 0 10011 100011111 1001111 101101

Color Harmonies of #A618CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618CF

Black with #A618CF

Text Example


Text Example

White with #A618CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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