Html Css Color HEX #AB34B7 Dark Orchid

📋 copy color: '#AB34B7'

red 171 ◦ green 52 ◦ blue 183

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

Shades of Dark Orchid #AB34B7

Tints of Dark Orchid #AB34B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 42.12%
G = 12.81%
B = 45.07%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB34B7 (or 0xAB34B7) is known color: Dark Orchid. HEX triplet: AB, 34 and B7. RGB value is (171,52,183). Sum of RGB (Red+Green+Blue) = 171+52+183=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB34B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34B7 is #54CB48. Grayscale: #666666. Windows color (decimal): -5557065 or 12006571. OLE color: 12006571.

HSL color Cylindrical-coordinate representation of color #AB34B7: hue angle of 294.5º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB34B7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 52 183 -
CMYK 0.07 0.72 0 0.28
HSL 294.5º 0.56% 0.46% -
HSV(B) 294.5º 0.72% 0.72% -
XYZ 26.57 14.53 46.2 -
YUV 102.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 171 52 183 0.07 0.72 0 0.28 294.5 0.56 0.46
Hex AB 34 B7 7 48 0 1C 127 38 2E
Octal 253 64 267 7 110 0 34 447 70 56
Binary 10101011 110100 10110111 111 1001000 0 11100 100100111 111000 101110

Color Harmonies of #AB34B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34B7

Black with #AB34B7

Text Example


Text Example

White with #AB34B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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