Html Css Color HEX #AB34BD Dark Orchid

📋 copy color: '#AB34BD'

red 171 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #AB34BD

Tints of Dark Orchid #AB34BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 41.5%
G = 12.62%
B = 45.87%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB34BD (or 0xAB34BD) is known color: Dark Orchid. HEX triplet: AB, 34 and BD. RGB value is (171,52,189). Sum of RGB (Red+Green+Blue) = 171+52+189=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB34BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34BD is #54CB42. Grayscale: #666666. Windows color (decimal): -5557059 or 12399787. OLE color: 12399787.

HSL color Cylindrical-coordinate representation of color #AB34BD: hue angle of 292.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB34BD is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 52 189 -
CMYK 0.10 0.72 0 0.26
HSL 292.12º 0.57% 0.47% -
HSV(B) 292.12º 0.72% 0.74% -
XYZ 27.21 14.79 49.56 -
YUV 103.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 171 52 189 0.10 0.72 0 0.26 292.12 0.57 0.47
Hex AB 34 BD A 48 0 1A 124 39 2F
Octal 253 64 275 12 110 0 32 444 71 57
Binary 10101011 110100 10111101 1010 1001000 0 11010 100100100 111001 101111

Color Harmonies of #AB34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34BD

Black with #AB34BD

Text Example


Text Example

White with #AB34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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