Html Css Color HEX #AB30DC Dark Orchid

📋 copy color: '#AB30DC'

red 171 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #AB30DC

Tints of Dark Orchid #AB30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 38.95%
G = 10.93%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB30DC (or 0xAB30DC) is known color: Dark Orchid. HEX triplet: AB, 30 and DC. RGB value is (171,48,220). Sum of RGB (Red+Green+Blue) = 171+48+220=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB30DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30DC is #54CF23. Grayscale: #676767. Windows color (decimal): -5558052 or 14430379. OLE color: 14430379.

HSL color Cylindrical-coordinate representation of color #AB30DC: hue angle of 282.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB30DC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 48 220 -
CMYK 0.22 0.78 0 0.14
HSL 282.91º 0.71% 0.53% -
HSV(B) 282.91º 0.78% 0.86% -
XYZ 30.77 15.94 69.16 -
YUV 104.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 171 48 220 0.22 0.78 0 0.14 282.91 0.71 0.53
Hex AB 30 DC 16 4E 0 E 11B 47 35
Octal 253 60 334 26 116 0 16 433 107 65
Binary 10101011 110000 11011100 10110 1001110 0 1110 100011011 1000111 110101

Color Harmonies of #AB30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30DC

Black with #AB30DC

Text Example


Text Example

White with #AB30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30DC; }

 p { color: rgb(171,48,220); }

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

background-color css

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

 a { background-color: rgb(171,48,220); }

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

border-color css

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

 span { border-color: rgb(171,48,220); }

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