Html Css Color HEX #AB40C5 Dark Orchid

📋 copy color: '#AB40C5'

red 171 ◦ green 64 ◦ blue 197

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

Shades of Dark Orchid #AB40C5

Tints of Dark Orchid #AB40C5

RGB

 RED value IS 171 (67.19% from 255) = 39.58%

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 39.58%
G = 14.81%
B = 45.6%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB40C5 (or 0xAB40C5) is known color: Dark Orchid. HEX triplet: AB, 40 and C5. RGB value is (171,64,197). Sum of RGB (Red+Green+Blue) = 171+64+197=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB40C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40C5 is #54BF3A. Grayscale: #6E6E6E. Windows color (decimal): -5553979 or 12927147. OLE color: 12927147.

HSL color Cylindrical-coordinate representation of color #AB40C5: hue angle of 288.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB40C5 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 64 197 -
CMYK 0.13 0.68 0 0.23
HSL 288.27º 0.53% 0.51% -
HSV(B) 288.27º 0.68% 0.77% -
XYZ 28.71 16.36 54.47 -
YUV 111.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 171 64 197 0.13 0.68 0 0.23 288.27 0.53 0.51
Hex AB 40 C5 D 44 0 17 120 35 33
Octal 253 100 305 15 104 0 27 440 65 63
Binary 10101011 1000000 11000101 1101 1000100 0 10111 100100000 110101 110011

Color Harmonies of #AB40C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40C5

Black with #AB40C5

Text Example


Text Example

White with #AB40C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40C5; }

 p { color: rgb(171,64,197); }

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

background-color css

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

 a { background-color: rgb(171,64,197); }

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

border-color css

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

 span { border-color: rgb(171,64,197); }

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