Html Css Color HEX #AB30E1 Dark Orchid

📋 copy color: '#AB30E1'

red 171 ◦ green 48 ◦ blue 225

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

Shades of Dark Orchid #AB30E1

Tints of Dark Orchid #AB30E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.68%

R = 38.51%
G = 10.81%
B = 50.68%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB30E1 (or 0xAB30E1) is known color: Dark Orchid. HEX triplet: AB, 30 and E1. RGB value is (171,48,225). Sum of RGB (Red+Green+Blue) = 171+48+225=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB30E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30E1 is #54CF1E. Grayscale: #686868. Windows color (decimal): -5558047 or 14758059. OLE color: 14758059.

HSL color Cylindrical-coordinate representation of color #AB30E1: hue angle of 281.69º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB30E1 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 48 225 -
CMYK 0.24 0.79 0 0.12
HSL 281.69º 0.75% 0.54% -
HSV(B) 281.69º 0.79% 0.88% -
XYZ 31.44 16.21 72.71 -
YUV 104.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 171 48 225 0.24 0.79 0 0.12 281.69 0.75 0.54
Hex AB 30 E1 18 4F 0 C 11A 4B 36
Octal 253 60 341 30 117 0 14 432 113 66
Binary 10101011 110000 11100001 11000 1001111 0 1100 100011010 1001011 110110

Color Harmonies of #AB30E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30E1

Black with #AB30E1

Text Example


Text Example

White with #AB30E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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