Html Css Color HEX #A044CB Dark Orchid

📋 copy color: '#A044CB'

red 160 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #A044CB

Tints of Dark Orchid #A044CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

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

R = 37.12%
G = 15.78%
B = 47.1%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A044CB (or 0xA044CB) is known color: Dark Orchid. HEX triplet: A0, 44 and CB. RGB value is (160,68,203). Sum of RGB (Red+Green+Blue) = 160+68+203=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A044CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044CB is #5FBB34. Grayscale: #6E6E6E. Windows color (decimal): -6273845 or 13321376. OLE color: 13321376.

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

Color convert

RGB 160 68 203 -
CMYK 0.21 0.67 0 0.20
HSL 280.89º 0.56% 0.53% -
HSV(B) 280.89º 0.67% 0.8% -
XYZ 27.34 15.92 58.13 -
YUV 110.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 160 68 203 0.21 0.67 0 0.20 280.89 0.56 0.53
Hex A0 44 CB 15 43 0 14 119 38 35
Octal 240 104 313 25 103 0 24 431 70 65
Binary 10100000 1000100 11001011 10101 1000011 0 10100 100011001 111000 110101

Color Harmonies of #A044CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044CB

Black with #A044CB

Text Example


Text Example

White with #A044CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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