Html Css Color HEX #AB3EBA Dark Orchid

📋 copy color: '#AB3EBA'

red 171 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #AB3EBA

Tints of Dark Orchid #AB3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

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

R = 40.81%
G = 14.8%
B = 44.39%

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

#AB3EBA (or 0xAB3EBA) is known color: Dark Orchid. HEX triplet: AB, 3E and BA. RGB value is (171,62,186). Sum of RGB (Red+Green+Blue) = 171+62+186=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EBA is #54C145. Grayscale: #6C6C6C. Windows color (decimal): -5554502 or 12205739. OLE color: 12205739.

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

Color convert

RGB 171 62 186 -
CMYK 0.08 0.67 0 0.27
HSL 292.74º 0.5% 0.49% -
HSV(B) 292.74º 0.67% 0.73% -
XYZ 27.38 15.65 48.03 -
YUV 108.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 171 62 186 0.08 0.67 0 0.27 292.74 0.5 0.49
Hex AB 3E BA 8 43 0 1B 125 32 31
Octal 253 76 272 10 103 0 33 445 62 61
Binary 10101011 111110 10111010 1000 1000011 0 11011 100100101 110010 110001

Color Harmonies of #AB3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EBA

Black with #AB3EBA

Text Example


Text Example

White with #AB3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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