Html Css Color HEX #AB34D9 Dark Orchid

📋 copy color: '#AB34D9'

red 171 ◦ green 52 ◦ blue 217

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

Shades of Dark Orchid #AB34D9

Tints of Dark Orchid #AB34D9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 38.86%
G = 11.82%
B = 49.32%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB34D9 (or 0xAB34D9) is known color: Dark Orchid. HEX triplet: AB, 34 and D9. RGB value is (171,52,217). Sum of RGB (Red+Green+Blue) = 171+52+217=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB34D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34D9 is #54CB26. Grayscale: #696969. Windows color (decimal): -5557031 or 14234795. OLE color: 14234795.

HSL color Cylindrical-coordinate representation of color #AB34D9: hue angle of 283.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB34D9 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 52 217 -
CMYK 0.21 0.76 0 0.15
HSL 283.27º 0.68% 0.53% -
HSV(B) 283.27º 0.76% 0.85% -
XYZ 30.55 16.12 67.15 -
YUV 106.39 190.42 174.08 -
System Red Green Blue C M Y K H S L
Decimal 171 52 217 0.21 0.76 0 0.15 283.27 0.68 0.53
Hex AB 34 D9 15 4C 0 F 11B 44 35
Octal 253 64 331 25 114 0 17 433 104 65
Binary 10101011 110100 11011001 10101 1001100 0 1111 100011011 1000100 110101

Color Harmonies of #AB34D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34D9

Black with #AB34D9

Text Example


Text Example

White with #AB34D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34D9; }

 p { color: rgb(171,52,217); }

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

background-color css

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

 a { background-color: rgb(171,52,217); }

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

border-color css

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

 span { border-color: rgb(171,52,217); }

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