Html Css Color HEX #AB3FBB Dark Orchid

📋 copy color: '#AB3FBB'

red 171 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #AB3FBB

Tints of Dark Orchid #AB3FBB

RGB

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

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

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

R = 40.62%
G = 14.96%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3FBB (or 0xAB3FBB) is known color: Dark Orchid. HEX triplet: AB, 3F and BB. RGB value is (171,63,187). Sum of RGB (Red+Green+Blue) = 171+63+187=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB3FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FBB is #54C044. Grayscale: #6D6D6D. Windows color (decimal): -5554245 or 12271531. OLE color: 12271531.

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

Color convert

RGB 171 63 187 -
CMYK 0.09 0.66 0 0.27
HSL 292.26º 0.5% 0.49% -
HSV(B) 292.26º 0.66% 0.73% -
XYZ 27.54 15.8 48.61 -
YUV 109.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 171 63 187 0.09 0.66 0 0.27 292.26 0.5 0.49
Hex AB 3F BB 9 42 0 1B 124 32 31
Octal 253 77 273 11 102 0 33 444 62 61
Binary 10101011 111111 10111011 1001 1000010 0 11011 100100100 110010 110001

Color Harmonies of #AB3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FBB

Black with #AB3FBB

Text Example


Text Example

White with #AB3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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