Html Css Color HEX #AB65C6 Medium Orchid

📋 copy color: '#AB65C6'

red 171 ◦ green 101 ◦ blue 198

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

Shades of Medium Orchid #AB65C6

Tints of Medium Orchid #AB65C6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 36.38%
G = 21.49%
B = 42.13%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB65C6 (or 0xAB65C6) is known color: Medium Orchid. HEX triplet: AB, 65 and C6. RGB value is (171,101,198). Sum of RGB (Red+Green+Blue) = 171+101+198=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB65C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65C6 is #549A39. Grayscale: #848484. Windows color (decimal): -5544506 or 13002155. OLE color: 13002155.

HSL color Cylindrical-coordinate representation of color #AB65C6: hue angle of 283.3º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB65C6 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 101 198 -
CMYK 0.14 0.49 0 0.22
HSL 283.3º 0.46% 0.59% -
HSV(B) 283.3º 0.49% 0.78% -
XYZ 31.64 22.04 56.01 -
YUV 132.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 171 101 198 0.14 0.49 0 0.22 283.3 0.46 0.59
Hex AB 65 C6 E 31 0 16 11B 2E 3B
Octal 253 145 306 16 61 0 26 433 56 73
Binary 10101011 1100101 11000110 1110 110001 0 10110 100011011 101110 111011

Color Harmonies of #AB65C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65C6

Black with #AB65C6

Text Example


Text Example

White with #AB65C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65C6; }

 p { color: rgb(171,101,198); }

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

background-color css

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

 a { background-color: rgb(171,101,198); }

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

border-color css

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

 span { border-color: rgb(171,101,198); }

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