Html Css Color HEX #AF63F1 Medium Orchid

📋 copy color: '#AF63F1'

red 175 ◦ green 99 ◦ blue 241

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

Shades of Medium Orchid #AF63F1

Tints of Medium Orchid #AF63F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 33.98%
G = 19.22%
B = 46.8%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF63F1 (or 0xAF63F1) is known color: Medium Orchid. HEX triplet: AF, 63 and F1. RGB value is (175,99,241). Sum of RGB (Red+Green+Blue) = 175+99+241=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF63F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63F1 is #509C0E. Grayscale: #898989. Windows color (decimal): -5282831 or 15819695. OLE color: 15819695.

HSL color Cylindrical-coordinate representation of color #AF63F1: hue angle of 272.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF63F1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 99 241 -
CMYK 0.27 0.59 0 0.05
HSL 272.11º 0.84% 0.67% -
HSV(B) 272.11º 0.59% 0.95% -
XYZ 38.02 24.39 85.92 -
YUV 137.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 175 99 241 0.27 0.59 0 0.05 272.11 0.84 0.67
Hex AF 63 F1 1B 3B 0 5 110 54 43
Octal 257 143 361 33 73 0 5 420 124 103
Binary 10101111 1100011 11110001 11011 111011 0 101 100010000 1010100 1000011

Color Harmonies of #AF63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63F1

Black with #AF63F1

Text Example


Text Example

White with #AF63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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