Html Css Color HEX #A01BAF Dark Orchid

📋 copy color: '#A01BAF'

red 160 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #A01BAF

Tints of Dark Orchid #A01BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

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

R = 44.2%
G = 7.46%
B = 48.34%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A01BAF (or 0xA01BAF) is known color: Dark Orchid. HEX triplet: A0, 1B and AF. RGB value is (160,27,175). Sum of RGB (Red+Green+Blue) = 160+27+175=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A01BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BAF is #5FE450. Grayscale: #535353. Windows color (decimal): -6284369 or 11475872. OLE color: 11475872.

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

Color convert

RGB 160 27 175 -
CMYK 0.09 0.85 0 0.31
HSL 293.92º 0.73% 0.4% -
HSV(B) 293.92º 0.85% 0.69% -
XYZ 22.63 11.35 41.56 -
YUV 83.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 160 27 175 0.09 0.85 0 0.31 293.92 0.73 0.4
Hex A0 1B AF 9 55 0 1F 126 49 28
Octal 240 33 257 11 125 0 37 446 111 50
Binary 10100000 11011 10101111 1001 1010101 0 11111 100100110 1001001 101000

Color Harmonies of #A01BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BAF

Black with #A01BAF

Text Example


Text Example

White with #A01BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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