Html Css Color HEX #AB3BBD Dark Orchid

📋 copy color: '#AB3BBD'

red 171 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #AB3BBD

Tints of Dark Orchid #AB3BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.08%

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

R = 40.81%
G = 14.08%
B = 45.11%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB3BBD (or 0xAB3BBD) is known color: Dark Orchid. HEX triplet: AB, 3B and BD. RGB value is (171,59,189). Sum of RGB (Red+Green+Blue) = 171+59+189=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB3BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BBD is #54C442. Grayscale: #6A6A6A. Windows color (decimal): -5555267 or 12401579. OLE color: 12401579.

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

Color convert

RGB 171 59 189 -
CMYK 0.10 0.69 0 0.26
HSL 291.69º 0.52% 0.49% -
HSV(B) 291.69º 0.69% 0.74% -
XYZ 27.54 15.46 49.68 -
YUV 107.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 171 59 189 0.10 0.69 0 0.26 291.69 0.52 0.49
Hex AB 3B BD A 45 0 1A 124 34 31
Octal 253 73 275 12 105 0 32 444 64 61
Binary 10101011 111011 10111101 1010 1000101 0 11010 100100100 110100 110001

Color Harmonies of #AB3BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BBD

Black with #AB3BBD

Text Example


Text Example

White with #AB3BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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