Html Css Color HEX #AB30DA Dark Orchid

📋 copy color: '#AB30DA'

red 171 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #AB30DA

Tints of Dark Orchid #AB30DA

RGB

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

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

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

R = 39.13%
G = 10.98%
B = 49.89%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB30DA (or 0xAB30DA) is known color: Dark Orchid. HEX triplet: AB, 30 and DA. RGB value is (171,48,218). Sum of RGB (Red+Green+Blue) = 171+48+218=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB30DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30DA is #54CF25. Grayscale: #676767. Windows color (decimal): -5558054 or 14299307. OLE color: 14299307.

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

Color convert

RGB 171 48 218 -
CMYK 0.22 0.78 0 0.15
HSL 283.41º 0.7% 0.52% -
HSV(B) 283.41º 0.78% 0.85% -
XYZ 30.51 15.83 67.78 -
YUV 104.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 171 48 218 0.22 0.78 0 0.15 283.41 0.7 0.52
Hex AB 30 DA 16 4E 0 F 11B 46 34
Octal 253 60 332 26 116 0 17 433 106 64
Binary 10101011 110000 11011010 10110 1001110 0 1111 100011011 1000110 110100

Color Harmonies of #AB30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30DA

Black with #AB30DA

Text Example


Text Example

White with #AB30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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