Html Css Color HEX #AB3DBF Dark Orchid

📋 copy color: '#AB3DBF'

red 171 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #AB3DBF

Tints of Dark Orchid #AB3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 191 (75% from 255) = 45.15%

R = 40.43%
G = 14.42%
B = 45.15%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB3DBF (or 0xAB3DBF) is known color: Dark Orchid. HEX triplet: AB, 3D and BF. RGB value is (171,61,191). Sum of RGB (Red+Green+Blue) = 171+61+191=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DBF is #54C240. Grayscale: #6C6C6C. Windows color (decimal): -5554753 or 12533163. OLE color: 12533163.

HSL color Cylindrical-coordinate representation of color #AB3DBF: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3DBF is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 61 191 -
CMYK 0.10 0.68 0 0.25
HSL 290.77º 0.52% 0.49% -
HSV(B) 290.77º 0.68% 0.75% -
XYZ 27.87 15.76 50.86 -
YUV 108.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 171 61 191 0.10 0.68 0 0.25 290.77 0.52 0.49
Hex AB 3D BF A 44 0 19 123 34 31
Octal 253 75 277 12 104 0 31 443 64 61
Binary 10101011 111101 10111111 1010 1000100 0 11001 100100011 110100 110001

Color Harmonies of #AB3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DBF

Black with #AB3DBF

Text Example


Text Example

White with #AB3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DBF; }

 p { color: rgb(171,61,191); }

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

background-color css

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

 a { background-color: rgb(171,61,191); }

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

border-color css

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

 span { border-color: rgb(171,61,191); }

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