Html Css Color HEX #AB3ABA Dark Orchid

📋 copy color: '#AB3ABA'

red 171 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #AB3ABA

Tints of Dark Orchid #AB3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

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

R = 41.2%
G = 13.98%
B = 44.82%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3ABA (or 0xAB3ABA) is known color: Dark Orchid. HEX triplet: AB, 3A and BA. RGB value is (171,58,186). Sum of RGB (Red+Green+Blue) = 171+58+186=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ABA is #54C545. Grayscale: #696969. Windows color (decimal): -5555526 or 12204715. OLE color: 12204715.

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

Color convert

RGB 171 58 186 -
CMYK 0.08 0.69 0 0.27
HSL 292.97º 0.52% 0.48% -
HSV(B) 292.97º 0.69% 0.73% -
XYZ 27.17 15.23 47.96 -
YUV 106.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 171 58 186 0.08 0.69 0 0.27 292.97 0.52 0.48
Hex AB 3A BA 8 45 0 1B 125 34 30
Octal 253 72 272 10 105 0 33 445 64 60
Binary 10101011 111010 10111010 1000 1000101 0 11011 100100101 110100 110000

Color Harmonies of #AB3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ABA

Black with #AB3ABA

Text Example


Text Example

White with #AB3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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