Html Css Color HEX #AB3FBD Dark Orchid

📋 copy color: '#AB3FBD'

red 171 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #AB3FBD

Tints of Dark Orchid #AB3FBD

RGB

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

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

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

R = 40.43%
G = 14.89%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB3FBD (or 0xAB3FBD) is known color: Dark Orchid. HEX triplet: AB, 3F and BD. RGB value is (171,63,189). Sum of RGB (Red+Green+Blue) = 171+63+189=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB3FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FBD is #54C042. Grayscale: #6D6D6D. Windows color (decimal): -5554243 or 12402603. OLE color: 12402603.

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

Color convert

RGB 171 63 189 -
CMYK 0.10 0.67 0 0.26
HSL 291.43º 0.5% 0.49% -
HSV(B) 291.43º 0.67% 0.74% -
XYZ 27.76 15.89 49.75 -
YUV 109.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 171 63 189 0.10 0.67 0 0.26 291.43 0.5 0.49
Hex AB 3F BD A 43 0 1A 123 32 31
Octal 253 77 275 12 103 0 32 443 62 61
Binary 10101011 111111 10111101 1010 1000011 0 11010 100100011 110010 110001

Color Harmonies of #AB3FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FBD

Black with #AB3FBD

Text Example


Text Example

White with #AB3FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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