Html Css Color HEX #AF63C4 Medium Orchid

📋 copy color: '#AF63C4'

red 175 ◦ green 99 ◦ blue 196

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

Shades of Medium Orchid #AF63C4

Tints of Medium Orchid #AF63C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 37.23%
G = 21.06%
B = 41.7%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF63C4 (or 0xAF63C4) is known color: Medium Orchid. HEX triplet: AF, 63 and C4. RGB value is (175,99,196). Sum of RGB (Red+Green+Blue) = 175+99+196=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF63C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63C4 is #509C3B. Grayscale: #848484. Windows color (decimal): -5282876 or 12870575. OLE color: 12870575.

HSL color Cylindrical-coordinate representation of color #AF63C4: hue angle of 287.01º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF63C4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 99 196 -
CMYK 0.11 0.49 0 0.23
HSL 287.01º 0.45% 0.58% -
HSV(B) 287.01º 0.49% 0.77% -
XYZ 32.1 22.02 54.78 -
YUV 132.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 175 99 196 0.11 0.49 0 0.23 287.01 0.45 0.58
Hex AF 63 C4 B 31 0 17 11F 2D 3A
Octal 257 143 304 13 61 0 27 437 55 72
Binary 10101111 1100011 11000100 1011 110001 0 10111 100011111 101101 111010

Color Harmonies of #AF63C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63C4

Black with #AF63C4

Text Example


Text Example

White with #AF63C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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