Html Css Color HEX #AB61CA Medium Orchid

📋 copy color: '#AB61CA'

red 171 ◦ green 97 ◦ blue 202

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

Shades of Medium Orchid #AB61CA

Tints of Medium Orchid #AB61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 36.38%
G = 20.64%
B = 42.98%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB61CA (or 0xAB61CA) is known color: Medium Orchid. HEX triplet: AB, 61 and CA. RGB value is (171,97,202). Sum of RGB (Red+Green+Blue) = 171+97+202=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61CA is #549E35. Grayscale: #828282. Windows color (decimal): -5545526 or 13263275. OLE color: 13263275.

HSL color Cylindrical-coordinate representation of color #AB61CA: hue angle of 282.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB61CA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 97 202 -
CMYK 0.15 0.52 0 0.21
HSL 282.29º 0.5% 0.59% -
HSV(B) 282.29º 0.52% 0.79% -
XYZ 31.73 21.47 58.35 -
YUV 131.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 171 97 202 0.15 0.52 0 0.21 282.29 0.5 0.59
Hex AB 61 CA F 34 0 15 11A 32 3B
Octal 253 141 312 17 64 0 25 432 62 73
Binary 10101011 1100001 11001010 1111 110100 0 10101 100011010 110010 111011

Color Harmonies of #AB61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61CA

Black with #AB61CA

Text Example


Text Example

White with #AB61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61CA; }

 p { color: rgb(171,97,202); }

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

background-color css

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

 a { background-color: rgb(171,97,202); }

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

border-color css

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

 span { border-color: rgb(171,97,202); }

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