Html Css Color HEX #AF63C3 Medium Orchid

📋 copy color: '#AF63C3'

red 175 ◦ green 99 ◦ blue 195

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

Shades of Medium Orchid #AF63C3

Tints of Medium Orchid #AF63C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.58%

R = 37.31%
G = 21.11%
B = 41.58%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF63C3 (or 0xAF63C3) is known color: Medium Orchid. HEX triplet: AF, 63 and C3. RGB value is (175,99,195). Sum of RGB (Red+Green+Blue) = 175+99+195=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF63C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63C3 is #509C3C. Grayscale: #848484. Windows color (decimal): -5282877 or 12805039. OLE color: 12805039.

HSL color Cylindrical-coordinate representation of color #AF63C3: hue angle of 287.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF63C3 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 99 195 -
CMYK 0.10 0.49 0 0.24
HSL 287.5º 0.44% 0.58% -
HSV(B) 287.5º 0.49% 0.76% -
XYZ 31.99 21.98 54.19 -
YUV 132.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 175 99 195 0.10 0.49 0 0.24 287.5 0.44 0.58
Hex AF 63 C3 A 31 0 18 120 2C 3A
Octal 257 143 303 12 61 0 30 440 54 72
Binary 10101111 1100011 11000011 1010 110001 0 11000 100100000 101100 111010

Color Harmonies of #AF63C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63C3

Black with #AF63C3

Text Example


Text Example

White with #AF63C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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