Html Css Color HEX #AB3DBA Dark Orchid

📋 copy color: '#AB3DBA'

red 171 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #AB3DBA

Tints of Dark Orchid #AB3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 40.91%
G = 14.59%
B = 44.5%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3DBA (or 0xAB3DBA) is known color: Dark Orchid. HEX triplet: AB, 3D and BA. RGB value is (171,61,186). Sum of RGB (Red+Green+Blue) = 171+61+186=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DBA is #54C245. Grayscale: #6B6B6B. Windows color (decimal): -5554758 or 12205483. OLE color: 12205483.

HSL color Cylindrical-coordinate representation of color #AB3DBA: hue angle of 292.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3DBA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 61 186 -
CMYK 0.08 0.67 0 0.27
HSL 292.8º 0.51% 0.48% -
HSV(B) 292.8º 0.67% 0.73% -
XYZ 27.33 15.54 48.01 -
YUV 108.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 171 61 186 0.08 0.67 0 0.27 292.8 0.51 0.48
Hex AB 3D BA 8 43 0 1B 125 33 30
Octal 253 75 272 10 103 0 33 445 63 60
Binary 10101011 111101 10111010 1000 1000011 0 11011 100100101 110011 110000

Color Harmonies of #AB3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DBA

Black with #AB3DBA

Text Example


Text Example

White with #AB3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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