Html Css Color HEX #AB3BE1 Dark Orchid

📋 copy color: '#AB3BE1'

red 171 ◦ green 59 ◦ blue 225

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

Shades of Dark Orchid #AB3BE1

Tints of Dark Orchid #AB3BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.97%

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 37.58%
G = 12.97%
B = 49.45%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB3BE1 (or 0xAB3BE1) is known color: Dark Orchid. HEX triplet: AB, 3B and E1. RGB value is (171,59,225). Sum of RGB (Red+Green+Blue) = 171+59+225=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BE1 is #54C41E. Grayscale: #6E6E6E. Windows color (decimal): -5555231 or 14760875. OLE color: 14760875.

HSL color Cylindrical-coordinate representation of color #AB3BE1: hue angle of 280.48º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3BE1 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 59 225 -
CMYK 0.24 0.74 0 0.12
HSL 280.48º 0.73% 0.56% -
HSV(B) 280.48º 0.74% 0.88% -
XYZ 31.95 17.22 72.87 -
YUV 111.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 171 59 225 0.24 0.74 0 0.12 280.48 0.73 0.56
Hex AB 3B E1 18 4A 0 C 118 49 38
Octal 253 73 341 30 112 0 14 430 111 70
Binary 10101011 111011 11100001 11000 1001010 0 1100 100011000 1001001 111000

Color Harmonies of #AB3BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BE1

Black with #AB3BE1

Text Example


Text Example

White with #AB3BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BE1; }

 p { color: rgb(171,59,225); }

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

background-color css

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

 a { background-color: rgb(171,59,225); }

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

border-color css

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

 span { border-color: rgb(171,59,225); }

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