Html Css Color HEX #A041CB Dark Orchid

📋 copy color: '#A041CB'

red 160 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #A041CB

Tints of Dark Orchid #A041CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.19%

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

R = 37.38%
G = 15.19%
B = 47.43%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A041CB (or 0xA041CB) is known color: Dark Orchid. HEX triplet: A0, 41 and CB. RGB value is (160,65,203). Sum of RGB (Red+Green+Blue) = 160+65+203=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #A041CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CB is #5FBE34. Grayscale: #6C6C6C. Windows color (decimal): -6274613 or 13320608. OLE color: 13320608.

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

Color convert

RGB 160 65 203 -
CMYK 0.21 0.68 0 0.20
HSL 281.3º 0.57% 0.53% -
HSV(B) 281.3º 0.68% 0.8% -
XYZ 27.17 15.57 58.07 -
YUV 109.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 160 65 203 0.21 0.68 0 0.20 281.3 0.57 0.53
Hex A0 41 CB 15 44 0 14 119 39 35
Octal 240 101 313 25 104 0 24 431 71 65
Binary 10100000 1000001 11001011 10101 1000100 0 10100 100011001 111001 110101

Color Harmonies of #A041CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041CB

Black with #A041CB

Text Example


Text Example

White with #A041CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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