Html Css Color HEX #AF63C6 Medium Orchid

📋 copy color: '#AF63C6'

red 175 ◦ green 99 ◦ blue 198

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

Shades of Medium Orchid #AF63C6

Tints of Medium Orchid #AF63C6

RGB

 RED value IS 175 (68.75% from 255) = 37.08%

 GREEN value IS 99 (39.06% from 255) = 20.97%

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

R = 37.08%
G = 20.97%
B = 41.95%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF63C6 (or 0xAF63C6) is known color: Medium Orchid. HEX triplet: AF, 63 and C6. RGB value is (175,99,198). Sum of RGB (Red+Green+Blue) = 175+99+198=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF63C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63C6 is #509C39. Grayscale: #848484. Windows color (decimal): -5282874 or 13001647. OLE color: 13001647.

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

Color convert

RGB 175 99 198 -
CMYK 0.12 0.50 0 0.22
HSL 286.06º 0.46% 0.58% -
HSV(B) 286.06º 0.5% 0.78% -
XYZ 32.33 22.11 55.99 -
YUV 133.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 175 99 198 0.12 0.50 0 0.22 286.06 0.46 0.58
Hex AF 63 C6 C 32 0 16 11E 2E 3A
Octal 257 143 306 14 62 0 26 436 56 72
Binary 10101111 1100011 11000110 1100 110010 0 10110 100011110 101110 111010

Color Harmonies of #AF63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63C6

Black with #AF63C6

Text Example


Text Example

White with #AF63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63C6; }

 p { color: rgb(175,99,198); }

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

background-color css

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

 a { background-color: rgb(175,99,198); }

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

border-color css

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

 span { border-color: rgb(175,99,198); }

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