Html Css Color HEX #AB2CEA Dark Orchid

📋 copy color: '#AB2CEA'

red 171 ◦ green 44 ◦ blue 234

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

Shades of Dark Orchid #AB2CEA

Tints of Dark Orchid #AB2CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 38.08%
G = 9.8%
B = 52.12%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB2CEA (or 0xAB2CEA) is known color: Dark Orchid. HEX triplet: AB, 2C and EA. RGB value is (171,44,234). Sum of RGB (Red+Green+Blue) = 171+44+234=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB2CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CEA is #54D315. Grayscale: #666666. Windows color (decimal): -5559062 or 15346859. OLE color: 15346859.

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

Color convert

RGB 171 44 234 -
CMYK 0.27 0.81 0 0.08
HSL 280.11º 0.82% 0.55% -
HSV(B) 280.11º 0.81% 0.92% -
XYZ 32.55 16.4 79.29 -
YUV 103.63 201.58 176.05 -
System Red Green Blue C M Y K H S L
Decimal 171 44 234 0.27 0.81 0 0.08 280.11 0.82 0.55
Hex AB 2C EA 1B 51 0 8 118 52 37
Octal 253 54 352 33 121 0 10 430 122 67
Binary 10101011 101100 11101010 11011 1010001 0 1000 100011000 1010010 110111

Color Harmonies of #AB2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CEA

Black with #AB2CEA

Text Example


Text Example

White with #AB2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CEA; }

 p { color: rgb(171,44,234); }

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

background-color css

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

 a { background-color: rgb(171,44,234); }

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

border-color css

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

 span { border-color: rgb(171,44,234); }

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