Html Css Color HEX #AB62CC Medium Orchid

📋 copy color: '#AB62CC'

red 171 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #AB62CC

Tints of Medium Orchid #AB62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 36.15%
G = 20.72%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB62CC (or 0xAB62CC) is known color: Medium Orchid. HEX triplet: AB, 62 and CC. RGB value is (171,98,204). Sum of RGB (Red+Green+Blue) = 171+98+204=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62CC is #549D33. Grayscale: #838383. Windows color (decimal): -5545268 or 13394603. OLE color: 13394603.

HSL color Cylindrical-coordinate representation of color #AB62CC: hue angle of 281.32º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB62CC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 98 204 -
CMYK 0.16 0.52 0 0.2
HSL 281.32º 0.51% 0.59% -
HSV(B) 281.32º 0.52% 0.8% -
XYZ 32.06 21.75 59.64 -
YUV 131.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 171 98 204 0.16 0.52 0 0.2 281.32 0.51 0.59
Hex AB 62 CC 10 34 0 14 119 33 3B
Octal 253 142 314 20 64 0 24 431 63 73
Binary 10101011 1100010 11001100 10000 110100 0 10100 100011001 110011 111011

Color Harmonies of #AB62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62CC

Black with #AB62CC

Text Example


Text Example

White with #AB62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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