Html Css Color HEX #AB41DB Dark Orchid

📋 copy color: '#AB41DB'

red 171 ◦ green 65 ◦ blue 219

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

Shades of Dark Orchid #AB41DB

Tints of Dark Orchid #AB41DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 37.58%
G = 14.29%
B = 48.13%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB41DB (or 0xAB41DB) is known color: Dark Orchid. HEX triplet: AB, 41 and DB. RGB value is (171,65,219). Sum of RGB (Red+Green+Blue) = 171+65+219=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB41DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41DB is #54BE24. Grayscale: #717171. Windows color (decimal): -5553701 or 14369195. OLE color: 14369195.

HSL color Cylindrical-coordinate representation of color #AB41DB: hue angle of 281.3º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB41DB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 65 219 -
CMYK 0.22 0.70 0 0.14
HSL 281.3º 0.68% 0.56% -
HSV(B) 281.3º 0.7% 0.86% -
XYZ 31.47 17.55 68.75 -
YUV 114.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 171 65 219 0.22 0.70 0 0.14 281.3 0.68 0.56
Hex AB 41 DB 16 46 0 E 119 44 38
Octal 253 101 333 26 106 0 16 431 104 70
Binary 10101011 1000001 11011011 10110 1000110 0 1110 100011001 1000100 111000

Color Harmonies of #AB41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41DB

Black with #AB41DB

Text Example


Text Example

White with #AB41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41DB; }

 p { color: rgb(171,65,219); }

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

background-color css

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

 a { background-color: rgb(171,65,219); }

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

border-color css

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

 span { border-color: rgb(171,65,219); }

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