Html Css Color HEX #AB62CA Medium Orchid

📋 copy color: '#AB62CA'

red 171 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #AB62CA

Tints of Medium Orchid #AB62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 36.31%
G = 20.81%
B = 42.89%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB62CA (or 0xAB62CA) is known color: Medium Orchid. HEX triplet: AB, 62 and CA. RGB value is (171,98,202). Sum of RGB (Red+Green+Blue) = 171+98+202=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62CA is #549D35. Grayscale: #838383. Windows color (decimal): -5545270 or 13263531. OLE color: 13263531.

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

Color convert

RGB 171 98 202 -
CMYK 0.15 0.51 0 0.21
HSL 282.12º 0.5% 0.59% -
HSV(B) 282.12º 0.51% 0.79% -
XYZ 31.82 21.66 58.38 -
YUV 131.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 171 98 202 0.15 0.51 0 0.21 282.12 0.5 0.59
Hex AB 62 CA F 33 0 15 11A 32 3B
Octal 253 142 312 17 63 0 25 432 62 73
Binary 10101011 1100010 11001010 1111 110011 0 10101 100011010 110010 111011

Color Harmonies of #AB62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62CA

Black with #AB62CA

Text Example


Text Example

White with #AB62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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