Html Css Color HEX #AB3FBE Dark Orchid

📋 copy color: '#AB3FBE'

red 171 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #AB3FBE

Tints of Dark Orchid #AB3FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.86%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 40.33%
G = 14.86%
B = 44.81%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB3FBE (or 0xAB3FBE) is known color: Dark Orchid. HEX triplet: AB, 3F and BE. RGB value is (171,63,190). Sum of RGB (Red+Green+Blue) = 171+63+190=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FBE is #54C041. Grayscale: #6D6D6D. Windows color (decimal): -5554242 or 12468139. OLE color: 12468139.

HSL color Cylindrical-coordinate representation of color #AB3FBE: hue angle of 291.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3FBE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 63 190 -
CMYK 0.10 0.67 0 0.25
HSL 291.02º 0.5% 0.5% -
HSV(B) 291.02º 0.67% 0.75% -
XYZ 27.87 15.93 50.32 -
YUV 109.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 171 63 190 0.10 0.67 0 0.25 291.02 0.5 0.5
Hex AB 3F BE A 43 0 19 123 32 32
Octal 253 77 276 12 103 0 31 443 62 62
Binary 10101011 111111 10111110 1010 1000011 0 11001 100100011 110010 110010

Color Harmonies of #AB3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FBE

Black with #AB3FBE

Text Example


Text Example

White with #AB3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FBE; }

 p { color: rgb(171,63,190); }

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

background-color css

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

 a { background-color: rgb(171,63,190); }

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

border-color css

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

 span { border-color: rgb(171,63,190); }

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