Html Css Color HEX #A01FBE Dark Orchid

📋 copy color: '#A01FBE'

red 160 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #A01FBE

Tints of Dark Orchid #A01FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 41.99%
G = 8.14%
B = 49.87%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A01FBE (or 0xA01FBE) is known color: Dark Orchid. HEX triplet: A0, 1F and BE. RGB value is (160,31,190). Sum of RGB (Red+Green+Blue) = 160+31+190=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A01FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FBE is #5FE041. Grayscale: #575757. Windows color (decimal): -6283330 or 12459936. OLE color: 12459936.

HSL color Cylindrical-coordinate representation of color #A01FBE: hue angle of 288.68º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01FBE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 31 190 -
CMYK 0.16 0.84 0 0.25
HSL 288.68º 0.72% 0.43% -
HSV(B) 288.68º 0.84% 0.75% -
XYZ 24.28 12.17 49.78 -
YUV 87.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 160 31 190 0.16 0.84 0 0.25 288.68 0.72 0.43
Hex A0 1F BE 10 54 0 19 121 48 2B
Octal 240 37 276 20 124 0 31 441 110 53
Binary 10100000 11111 10111110 10000 1010100 0 11001 100100001 1001000 101011

Color Harmonies of #A01FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FBE

Black with #A01FBE

Text Example


Text Example

White with #A01FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FBE; }

 p { color: rgb(160,31,190); }

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

background-color css

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

 a { background-color: rgb(160,31,190); }

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

border-color css

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

 span { border-color: rgb(160,31,190); }

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