Html Css Color HEX #AB34DC Dark Orchid

📋 copy color: '#AB34DC'

red 171 ◦ green 52 ◦ blue 220

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

Shades of Dark Orchid #AB34DC

Tints of Dark Orchid #AB34DC

RGB

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

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

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

R = 38.6%
G = 11.74%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB34DC (or 0xAB34DC) is known color: Dark Orchid. HEX triplet: AB, 34 and DC. RGB value is (171,52,220). Sum of RGB (Red+Green+Blue) = 171+52+220=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34DC is #54CB23. Grayscale: #6A6A6A. Windows color (decimal): -5557028 or 14431403. OLE color: 14431403.

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

Color convert

RGB 171 52 220 -
CMYK 0.22 0.76 0 0.14
HSL 282.5º 0.71% 0.53% -
HSV(B) 282.5º 0.76% 0.86% -
XYZ 30.94 16.28 69.22 -
YUV 106.73 191.92 173.84 -
System Red Green Blue C M Y K H S L
Decimal 171 52 220 0.22 0.76 0 0.14 282.5 0.71 0.53
Hex AB 34 DC 16 4C 0 E 11A 47 35
Octal 253 64 334 26 114 0 16 432 107 65
Binary 10101011 110100 11011100 10110 1001100 0 1110 100011010 1000111 110101

Color Harmonies of #AB34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34DC

Black with #AB34DC

Text Example


Text Example

White with #AB34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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