Html Css Color HEX #AB3ABB Dark Orchid

📋 copy color: '#AB3ABB'

red 171 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #AB3ABB

Tints of Dark Orchid #AB3ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 41.11%
G = 13.94%
B = 44.95%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3ABB (or 0xAB3ABB) is known color: Dark Orchid. HEX triplet: AB, 3A and BB. RGB value is (171,58,187). Sum of RGB (Red+Green+Blue) = 171+58+187=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB3ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ABB is #54C544. Grayscale: #6A6A6A. Windows color (decimal): -5555525 or 12270251. OLE color: 12270251.

HSL color Cylindrical-coordinate representation of color #AB3ABB: hue angle of 292.56º degrees, saturation: 0.53, 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 #AB3ABB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 58 187 -
CMYK 0.09 0.69 0 0.27
HSL 292.56º 0.53% 0.48% -
HSV(B) 292.56º 0.69% 0.73% -
XYZ 27.28 15.27 48.52 -
YUV 106.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 171 58 187 0.09 0.69 0 0.27 292.56 0.53 0.48
Hex AB 3A BB 9 45 0 1B 125 35 30
Octal 253 72 273 11 105 0 33 445 65 60
Binary 10101011 111010 10111011 1001 1000101 0 11011 100100101 110101 110000

Color Harmonies of #AB3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ABB

Black with #AB3ABB

Text Example


Text Example

White with #AB3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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