Html Css Color HEX #AB34DB Dark Orchid

📋 copy color: '#AB34DB'

red 171 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #AB34DB

Tints of Dark Orchid #AB34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 38.69%
G = 11.76%
B = 49.55%

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

#AB34DB (or 0xAB34DB) is known color: Dark Orchid. HEX triplet: AB, 34 and DB. RGB value is (171,52,219). Sum of RGB (Red+Green+Blue) = 171+52+219=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB34DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34DB is #54CB24. Grayscale: #6A6A6A. Windows color (decimal): -5557029 or 14365867. OLE color: 14365867.

HSL color Cylindrical-coordinate representation of color #AB34DB: hue angle of 282.75º degrees, saturation: 0.7, 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 #AB34DB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 52 219 -
CMYK 0.22 0.76 0 0.14
HSL 282.75º 0.7% 0.53% -
HSV(B) 282.75º 0.76% 0.86% -
XYZ 30.81 16.23 68.53 -
YUV 106.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 171 52 219 0.22 0.76 0 0.14 282.75 0.7 0.53
Hex AB 34 DB 16 4C 0 E 11B 46 35
Octal 253 64 333 26 114 0 16 433 106 65
Binary 10101011 110100 11011011 10110 1001100 0 1110 100011011 1000110 110101

Color Harmonies of #AB34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34DB

Black with #AB34DB

Text Example


Text Example

White with #AB34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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