Html Css Color HEX #AB34DE Dark Orchid

📋 copy color: '#AB34DE'

red 171 ◦ green 52 ◦ blue 222

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

Shades of Dark Orchid #AB34DE

Tints of Dark Orchid #AB34DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.69%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 38.43%
G = 11.69%
B = 49.89%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB34DE (or 0xAB34DE) is known color: Dark Orchid. HEX triplet: AB, 34 and DE. RGB value is (171,52,222). Sum of RGB (Red+Green+Blue) = 171+52+222=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB34DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34DE is #54CB21. Grayscale: #6A6A6A. Windows color (decimal): -5557026 or 14562475. OLE color: 14562475.

HSL color Cylindrical-coordinate representation of color #AB34DE: hue angle of 282º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB34DE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 52 222 -
CMYK 0.23 0.77 0 0.13
HSL 282º 0.72% 0.54% -
HSV(B) 282º 0.77% 0.87% -
XYZ 31.21 16.39 70.63 -
YUV 106.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 171 52 222 0.23 0.77 0 0.13 282 0.72 0.54
Hex AB 34 DE 17 4D 0 D 11A 48 36
Octal 253 64 336 27 115 0 15 432 110 66
Binary 10101011 110100 11011110 10111 1001101 0 1101 100011010 1001000 110110

Color Harmonies of #AB34DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34DE

Black with #AB34DE

Text Example


Text Example

White with #AB34DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34DE; }

 p { color: rgb(171,52,222); }

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

background-color css

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

 a { background-color: rgb(171,52,222); }

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

border-color css

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

 span { border-color: rgb(171,52,222); }

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