Html Css Color HEX #A01CB4 Dark Orchid

📋 copy color: '#A01CB4'

red 160 ◦ green 28 ◦ blue 180

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

Shades of Dark Orchid #A01CB4

Tints of Dark Orchid #A01CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

 BLUE value IS 180 (70.7% from 255) = 48.91%

R = 43.48%
G = 7.61%
B = 48.91%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A01CB4 (or 0xA01CB4) is known color: Dark Orchid. HEX triplet: A0, 1C and B4. RGB value is (160,28,180). Sum of RGB (Red+Green+Blue) = 160+28+180=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #A01CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CB4 is #5FE34B. Grayscale: #545454. Windows color (decimal): -6284108 or 11803808. OLE color: 11803808.

HSL color Cylindrical-coordinate representation of color #A01CB4: hue angle of 292.11º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01CB4 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 28 180 -
CMYK 0.11 0.84 0 0.29
HSL 292.11º 0.73% 0.41% -
HSV(B) 292.11º 0.84% 0.71% -
XYZ 23.15 11.6 44.2 -
YUV 84.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 160 28 180 0.11 0.84 0 0.29 292.11 0.73 0.41
Hex A0 1C B4 B 54 0 1D 124 49 29
Octal 240 34 264 13 124 0 35 444 111 51
Binary 10100000 11100 10110100 1011 1010100 0 11101 100100100 1001001 101001

Color Harmonies of #A01CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CB4

Black with #A01CB4

Text Example


Text Example

White with #A01CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CB4; }

 p { color: rgb(160,28,180); }

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

background-color css

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

 a { background-color: rgb(160,28,180); }

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

border-color css

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

 span { border-color: rgb(160,28,180); }

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