Html Css Color HEX #AB64C6 Medium Orchid

📋 copy color: '#AB64C6'

red 171 ◦ green 100 ◦ blue 198

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

Shades of Medium Orchid #AB64C6

Tints of Medium Orchid #AB64C6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

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

R = 36.46%
G = 21.32%
B = 42.22%

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

#AB64C6 (or 0xAB64C6) is known color: Medium Orchid. HEX triplet: AB, 64 and C6. RGB value is (171,100,198). Sum of RGB (Red+Green+Blue) = 171+100+198=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB64C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64C6 is #549B39. Grayscale: #848484. Windows color (decimal): -5544762 or 13001899. OLE color: 13001899.

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

Color convert

RGB 171 100 198 -
CMYK 0.14 0.49 0 0.22
HSL 283.47º 0.46% 0.58% -
HSV(B) 283.47º 0.49% 0.78% -
XYZ 31.54 21.85 55.98 -
YUV 132.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 171 100 198 0.14 0.49 0 0.22 283.47 0.46 0.58
Hex AB 64 C6 E 31 0 16 11B 2E 3A
Octal 253 144 306 16 61 0 26 433 56 72
Binary 10101011 1100100 11000110 1110 110001 0 10110 100011011 101110 111010

Color Harmonies of #AB64C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64C6

Black with #AB64C6

Text Example


Text Example

White with #AB64C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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