Html Css Color HEX #AB2FE6 Dark Orchid

📋 copy color: '#AB2FE6'

red 171 ◦ green 47 ◦ blue 230

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

Shades of Dark Orchid #AB2FE6

Tints of Dark Orchid #AB2FE6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.49%

 BLUE value IS 230 (90.23% from 255) = 51.34%

R = 38.17%
G = 10.49%
B = 51.34%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB2FE6 (or 0xAB2FE6) is known color: Dark Orchid. HEX triplet: AB, 2F and E6. RGB value is (171,47,230). Sum of RGB (Red+Green+Blue) = 171+47+230=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB2FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FE6 is #54D019. Grayscale: #686868. Windows color (decimal): -5558298 or 15085483. OLE color: 15085483.

HSL color Cylindrical-coordinate representation of color #AB2FE6: hue angle of 280.66º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2FE6 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 47 230 -
CMYK 0.26 0.80 0 0.10
HSL 280.66º 0.79% 0.54% -
HSV(B) 280.66º 0.8% 0.9% -
XYZ 32.09 16.4 76.34 -
YUV 104.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 171 47 230 0.26 0.80 0 0.10 280.66 0.79 0.54
Hex AB 2F E6 1A 50 0 A 119 4F 36
Octal 253 57 346 32 120 0 12 431 117 66
Binary 10101011 101111 11100110 11010 1010000 0 1010 100011001 1001111 110110

Color Harmonies of #AB2FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FE6

Black with #AB2FE6

Text Example


Text Example

White with #AB2FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FE6; }

 p { color: rgb(171,47,230); }

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

background-color css

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

 a { background-color: rgb(171,47,230); }

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

border-color css

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

 span { border-color: rgb(171,47,230); }

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