Html Css Color HEX #A018AF Dark Orchid

📋 copy color: '#A018AF'

red 160 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #A018AF

Tints of Dark Orchid #A018AF

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

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

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

R = 44.57%
G = 6.69%
B = 48.75%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A018AF (or 0xA018AF) is known color: Dark Orchid. HEX triplet: A0, 18 and AF. RGB value is (160,24,175). Sum of RGB (Red+Green+Blue) = 160+24+175=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A018AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018AF is #5FE750. Grayscale: #515151. Windows color (decimal): -6285137 or 11475104. OLE color: 11475104.

HSL color Cylindrical-coordinate representation of color #A018AF: hue angle of 294.04º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A018AF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 24 175 -
CMYK 0.09 0.86 0 0.31
HSL 294.04º 0.76% 0.39% -
HSV(B) 294.04º 0.86% 0.69% -
XYZ 22.56 11.22 41.53 -
YUV 81.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 160 24 175 0.09 0.86 0 0.31 294.04 0.76 0.39
Hex A0 18 AF 9 56 0 1F 126 4C 27
Octal 240 30 257 11 126 0 37 446 114 47
Binary 10100000 11000 10101111 1001 1010110 0 11111 100100110 1001100 100111

Color Harmonies of #A018AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018AF

Black with #A018AF

Text Example


Text Example

White with #A018AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018AF; }

 p { color: rgb(160,24,175); }

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

background-color css

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

 a { background-color: rgb(160,24,175); }

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

border-color css

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

 span { border-color: rgb(160,24,175); }

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