Html Css Color HEX #AB3CBB Dark Orchid

📋 copy color: '#AB3CBB'

red 171 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #AB3CBB

Tints of Dark Orchid #AB3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

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

R = 40.91%
G = 14.35%
B = 44.74%

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

#AB3CBB (or 0xAB3CBB) is known color: Dark Orchid. HEX triplet: AB, 3C and BB. RGB value is (171,60,187). Sum of RGB (Red+Green+Blue) = 171+60+187=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBB is #54C344. Grayscale: #6B6B6B. Windows color (decimal): -5555013 or 12270763. OLE color: 12270763.

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

Color convert

RGB 171 60 187 -
CMYK 0.09 0.68 0 0.27
HSL 292.44º 0.51% 0.48% -
HSV(B) 292.44º 0.68% 0.73% -
XYZ 27.38 15.48 48.56 -
YUV 107.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 171 60 187 0.09 0.68 0 0.27 292.44 0.51 0.48
Hex AB 3C BB 9 44 0 1B 124 33 30
Octal 253 74 273 11 104 0 33 444 63 60
Binary 10101011 111100 10111011 1001 1000100 0 11011 100100100 110011 110000

Color Harmonies of #AB3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CBB

Black with #AB3CBB

Text Example


Text Example

White with #AB3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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