Html Css Color HEX #AB3BBB Dark Orchid

📋 copy color: '#AB3BBB'

red 171 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #AB3BBB

Tints of Dark Orchid #AB3BBB

RGB

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

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

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

R = 41.01%
G = 14.15%
B = 44.84%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3BBB (or 0xAB3BBB) is known color: Dark Orchid. HEX triplet: AB, 3B and BB. RGB value is (171,59,187). Sum of RGB (Red+Green+Blue) = 171+59+187=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BBB is #54C444. Grayscale: #6A6A6A. Windows color (decimal): -5555269 or 12270507. OLE color: 12270507.

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

Color convert

RGB 171 59 187 -
CMYK 0.09 0.68 0 0.27
HSL 292.5º 0.52% 0.48% -
HSV(B) 292.5º 0.68% 0.73% -
XYZ 27.33 15.37 48.54 -
YUV 107.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 171 59 187 0.09 0.68 0 0.27 292.5 0.52 0.48
Hex AB 3B BB 9 44 0 1B 124 34 30
Octal 253 73 273 11 104 0 33 444 64 60
Binary 10101011 111011 10111011 1001 1000100 0 11011 100100100 110100 110000

Color Harmonies of #AB3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BBB

Black with #AB3BBB

Text Example


Text Example

White with #AB3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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