Html Css Color HEX #AB3FBC Dark Orchid

📋 copy color: '#AB3FBC'

red 171 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #AB3FBC

Tints of Dark Orchid #AB3FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 40.52%
G = 14.93%
B = 44.55%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB3FBC (or 0xAB3FBC) is known color: Dark Orchid. HEX triplet: AB, 3F and BC. RGB value is (171,63,188). Sum of RGB (Red+Green+Blue) = 171+63+188=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FBC is #54C043. Grayscale: #6D6D6D. Windows color (decimal): -5554244 or 12337067. OLE color: 12337067.

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

Color convert

RGB 171 63 188 -
CMYK 0.09 0.66 0 0.26
HSL 291.84º 0.5% 0.49% -
HSV(B) 291.84º 0.66% 0.74% -
XYZ 27.65 15.84 49.18 -
YUV 109.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 171 63 188 0.09 0.66 0 0.26 291.84 0.5 0.49
Hex AB 3F BC 9 42 0 1A 124 32 31
Octal 253 77 274 11 102 0 32 444 62 61
Binary 10101011 111111 10111100 1001 1000010 0 11010 100100100 110010 110001

Color Harmonies of #AB3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FBC

Black with #AB3FBC

Text Example


Text Example

White with #AB3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FBC; }

 p { color: rgb(171,63,188); }

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

background-color css

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

 a { background-color: rgb(171,63,188); }

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

border-color css

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

 span { border-color: rgb(171,63,188); }

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