Html Css Color HEX #AB34BA Dark Orchid

📋 copy color: '#AB34BA'

red 171 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #AB34BA

Tints of Dark Orchid #AB34BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 41.81%
G = 12.71%
B = 45.48%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB34BA (or 0xAB34BA) is known color: Dark Orchid. HEX triplet: AB, 34 and BA. RGB value is (171,52,186). Sum of RGB (Red+Green+Blue) = 171+52+186=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34BA is #54CB45. Grayscale: #666666. Windows color (decimal): -5557062 or 12203179. OLE color: 12203179.

HSL color Cylindrical-coordinate representation of color #AB34BA: hue angle of 293.28º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB34BA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 52 186 -
CMYK 0.08 0.72 0 0.27
HSL 293.28º 0.56% 0.47% -
HSV(B) 293.28º 0.72% 0.73% -
XYZ 26.89 14.66 47.87 -
YUV 102.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 171 52 186 0.08 0.72 0 0.27 293.28 0.56 0.47
Hex AB 34 BA 8 48 0 1B 125 38 2F
Octal 253 64 272 10 110 0 33 445 70 57
Binary 10101011 110100 10111010 1000 1001000 0 11011 100100101 111000 101111

Color Harmonies of #AB34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34BA

Black with #AB34BA

Text Example


Text Example

White with #AB34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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