Html Css Color HEX #A018B9 Dark Orchid

📋 copy color: '#A018B9'

red 160 ◦ green 24 ◦ blue 185

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

Shades of Dark Orchid #A018B9

Tints of Dark Orchid #A018B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.14%

R = 43.36%
G = 6.5%
B = 50.14%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A018B9 (or 0xA018B9) is known color: Dark Orchid. HEX triplet: A0, 18 and B9. RGB value is (160,24,185). Sum of RGB (Red+Green+Blue) = 160+24+185=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #A018B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018B9 is #5FE746. Grayscale: #525252. Windows color (decimal): -6285127 or 12130464. OLE color: 12130464.

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

Color convert

RGB 160 24 185 -
CMYK 0.14 0.87 0 0.27
HSL 290.68º 0.77% 0.41% -
HSV(B) 290.68º 0.87% 0.73% -
XYZ 23.58 11.63 46.9 -
YUV 83.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 160 24 185 0.14 0.87 0 0.27 290.68 0.77 0.41
Hex A0 18 B9 E 57 0 1B 123 4D 29
Octal 240 30 271 16 127 0 33 443 115 51
Binary 10100000 11000 10111001 1110 1010111 0 11011 100100011 1001101 101001

Color Harmonies of #A018B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018B9

Black with #A018B9

Text Example


Text Example

White with #A018B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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