Html Css Color HEX #AB3EDF Dark Orchid

📋 copy color: '#AB3EDF'

red 171 ◦ green 62 ◦ blue 223

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

Shades of Dark Orchid #AB3EDF

Tints of Dark Orchid #AB3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.6%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 37.5%
G = 13.6%
B = 48.9%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB3EDF (or 0xAB3EDF) is known color: Dark Orchid. HEX triplet: AB, 3E and DF. RGB value is (171,62,223). Sum of RGB (Red+Green+Blue) = 171+62+223=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EDF is #54C120. Grayscale: #707070. Windows color (decimal): -5554465 or 14630571. OLE color: 14630571.

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

Color convert

RGB 171 62 223 -
CMYK 0.23 0.72 0 0.13
HSL 280.62º 0.72% 0.56% -
HSV(B) 280.62º 0.72% 0.87% -
XYZ 31.84 17.43 71.5 -
YUV 112.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 171 62 223 0.23 0.72 0 0.13 280.62 0.72 0.56
Hex AB 3E DF 17 48 0 D 119 48 38
Octal 253 76 337 27 110 0 15 431 110 70
Binary 10101011 111110 11011111 10111 1001000 0 1101 100011001 1001000 111000

Color Harmonies of #AB3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EDF

Black with #AB3EDF

Text Example


Text Example

White with #AB3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EDF; }

 p { color: rgb(171,62,223); }

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

background-color css

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

 a { background-color: rgb(171,62,223); }

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

border-color css

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

 span { border-color: rgb(171,62,223); }

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