Html Css Color HEX #AB1BDA Dark Orchid

📋 copy color: '#AB1BDA'

red 171 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #AB1BDA

Tints of Dark Orchid #AB1BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.49%

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 41.11%
G = 6.49%
B = 52.4%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB1BDA (or 0xAB1BDA) is known color: Dark Orchid. HEX triplet: AB, 1B and DA. RGB value is (171,27,218). Sum of RGB (Red+Green+Blue) = 171+27+218=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BDA is #54E425. Grayscale: #5B5B5B. Windows color (decimal): -5563430 or 14293931. OLE color: 14293931.

HSL color Cylindrical-coordinate representation of color #AB1BDA: hue angle of 285.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1BDA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 27 218 -
CMYK 0.22 0.88 0 0.15
HSL 285.24º 0.78% 0.48% -
HSV(B) 285.24º 0.88% 0.85% -
XYZ 29.84 14.5 67.56 -
YUV 91.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 171 27 218 0.22 0.88 0 0.15 285.24 0.78 0.48
Hex AB 1B DA 16 58 0 F 11D 4E 30
Octal 253 33 332 26 130 0 17 435 116 60
Binary 10101011 11011 11011010 10110 1011000 0 1111 100011101 1001110 110000

Color Harmonies of #AB1BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BDA

Black with #AB1BDA

Text Example


Text Example

White with #AB1BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BDA; }

 p { color: rgb(171,27,218); }

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

background-color css

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

 a { background-color: rgb(171,27,218); }

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

border-color css

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

 span { border-color: rgb(171,27,218); }

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