Html Css Color HEX #AB3CEB Dark Orchid

📋 copy color: '#AB3CEB'

red 171 ◦ green 60 ◦ blue 235

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

Shades of Dark Orchid #AB3CEB

Tints of Dark Orchid #AB3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 36.7%
G = 12.88%
B = 50.43%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB3CEB (or 0xAB3CEB) is known color: Dark Orchid. HEX triplet: AB, 3C and EB. RGB value is (171,60,235). Sum of RGB (Red+Green+Blue) = 171+60+235=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CEB is #54C314. Grayscale: #707070. Windows color (decimal): -5554965 or 15416491. OLE color: 15416491.

HSL color Cylindrical-coordinate representation of color #AB3CEB: hue angle of 278.06º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3CEB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 60 235 -
CMYK 0.27 0.74 0 0.08
HSL 278.06º 0.81% 0.58% -
HSV(B) 278.06º 0.74% 0.92% -
XYZ 33.41 17.89 80.29 -
YUV 113.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 171 60 235 0.27 0.74 0 0.08 278.06 0.81 0.58
Hex AB 3C EB 1B 4A 0 8 116 51 3A
Octal 253 74 353 33 112 0 10 426 121 72
Binary 10101011 111100 11101011 11011 1001010 0 1000 100010110 1010001 111010

Color Harmonies of #AB3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CEB

Black with #AB3CEB

Text Example


Text Example

White with #AB3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CEB; }

 p { color: rgb(171,60,235); }

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

background-color css

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

 a { background-color: rgb(171,60,235); }

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

border-color css

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

 span { border-color: rgb(171,60,235); }

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