Html Css Color HEX #AB62CF Medium Orchid

📋 copy color: '#AB62CF'

red 171 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #AB62CF

Tints of Medium Orchid #AB62CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 35.92%
G = 20.59%
B = 43.49%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB62CF (or 0xAB62CF) is known color: Medium Orchid. HEX triplet: AB, 62 and CF. RGB value is (171,98,207). Sum of RGB (Red+Green+Blue) = 171+98+207=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62CF is #549D30. Grayscale: #838383. Windows color (decimal): -5545265 or 13591211. OLE color: 13591211.

HSL color Cylindrical-coordinate representation of color #AB62CF: hue angle of 280.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB62CF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 98 207 -
CMYK 0.17 0.53 0 0.19
HSL 280.18º 0.53% 0.6% -
HSV(B) 280.18º 0.53% 0.81% -
XYZ 32.42 21.9 61.55 -
YUV 132.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 171 98 207 0.17 0.53 0 0.19 280.18 0.53 0.6
Hex AB 62 CF 11 35 0 13 118 35 3C
Octal 253 142 317 21 65 0 23 430 65 74
Binary 10101011 1100010 11001111 10001 110101 0 10011 100011000 110101 111100

Color Harmonies of #AB62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62CF

Black with #AB62CF

Text Example


Text Example

White with #AB62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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