Html Css Color HEX #AB3CED Dark Orchid

📋 copy color: '#AB3CED'

red 171 ◦ green 60 ◦ blue 237

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

Shades of Dark Orchid #AB3CED

Tints of Dark Orchid #AB3CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 36.54%
G = 12.82%
B = 50.64%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB3CED (or 0xAB3CED) is known color: Dark Orchid. HEX triplet: AB, 3C and ED. RGB value is (171,60,237). Sum of RGB (Red+Green+Blue) = 171+60+237=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CED is #54C312. Grayscale: #707070. Windows color (decimal): -5554963 or 15547563. OLE color: 15547563.

HSL color Cylindrical-coordinate representation of color #AB3CED: hue angle of 277.63º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3CED is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 60 237 -
CMYK 0.28 0.75 0 0.07
HSL 277.63º 0.83% 0.58% -
HSV(B) 277.63º 0.75% 0.93% -
XYZ 33.7 18 81.82 -
YUV 113.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 171 60 237 0.28 0.75 0 0.07 277.63 0.83 0.58
Hex AB 3C ED 1C 4B 0 7 116 53 3A
Octal 253 74 355 34 113 0 7 426 123 72
Binary 10101011 111100 11101101 11100 1001011 0 111 100010110 1010011 111010

Color Harmonies of #AB3CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CED

Black with #AB3CED

Text Example


Text Example

White with #AB3CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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