Html Css Color HEX #AF63E6 Medium Orchid

📋 copy color: '#AF63E6'

red 175 ◦ green 99 ◦ blue 230

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

Shades of Medium Orchid #AF63E6

Tints of Medium Orchid #AF63E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 34.72%
G = 19.64%
B = 45.63%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF63E6 (or 0xAF63E6) is known color: Medium Orchid. HEX triplet: AF, 63 and E6. RGB value is (175,99,230). Sum of RGB (Red+Green+Blue) = 175+99+230=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF63E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63E6 is #509C19. Grayscale: #888888. Windows color (decimal): -5282842 or 15098799. OLE color: 15098799.

HSL color Cylindrical-coordinate representation of color #AF63E6: hue angle of 274.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF63E6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 99 230 -
CMYK 0.24 0.57 0 0.10
HSL 274.81º 0.72% 0.65% -
HSV(B) 274.81º 0.57% 0.9% -
XYZ 36.42 23.75 77.53 -
YUV 136.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 175 99 230 0.24 0.57 0 0.10 274.81 0.72 0.65
Hex AF 63 E6 18 39 0 A 113 48 41
Octal 257 143 346 30 71 0 12 423 110 101
Binary 10101111 1100011 11100110 11000 111001 0 1010 100010011 1001000 1000001

Color Harmonies of #AF63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63E6

Black with #AF63E6

Text Example


Text Example

White with #AF63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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