Html Css Color HEX #A01CCB Dark Orchid

📋 copy color: '#A01CCB'

red 160 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #A01CCB

Tints of Dark Orchid #A01CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 40.92%
G = 7.16%
B = 51.92%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A01CCB (or 0xA01CCB) is known color: Dark Orchid. HEX triplet: A0, 1C and CB. RGB value is (160,28,203). Sum of RGB (Red+Green+Blue) = 160+28+203=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #A01CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CCB is #5FE334. Grayscale: #565656. Windows color (decimal): -6284085 or 13311136. OLE color: 13311136.

HSL color Cylindrical-coordinate representation of color #A01CCB: hue angle of 285.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CCB is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 28 203 -
CMYK 0.21 0.86 0 0.20
HSL 285.26º 0.76% 0.45% -
HSV(B) 285.26º 0.86% 0.8% -
XYZ 25.69 12.62 57.58 -
YUV 87.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 160 28 203 0.21 0.86 0 0.20 285.26 0.76 0.45
Hex A0 1C CB 15 56 0 14 11D 4C 2D
Octal 240 34 313 25 126 0 24 435 114 55
Binary 10100000 11100 11001011 10101 1010110 0 10100 100011101 1001100 101101

Color Harmonies of #A01CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CCB

Black with #A01CCB

Text Example


Text Example

White with #A01CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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