Html Css Color HEX #AF54FC Medium Orchid

📋 copy color: '#AF54FC'

red 175 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #AF54FC

Tints of Medium Orchid #AF54FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.44%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 34.25%
G = 16.44%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF54FC (or 0xAF54FC) is known color: Medium Orchid. HEX triplet: AF, 54 and FC. RGB value is (175,84,252). Sum of RGB (Red+Green+Blue) = 175+84+252=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54FC is #50AB03. Grayscale: #818181. Windows color (decimal): -5286660 or 16536751. OLE color: 16536751.

HSL color Cylindrical-coordinate representation of color #AF54FC: hue angle of 272.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF54FC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 84 252 -
CMYK 0.31 0.67 0 0.01
HSL 272.5º 0.97% 0.66% -
HSV(B) 272.5º 0.67% 0.99% -
XYZ 38.42 22.48 94.41 -
YUV 130.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 175 84 252 0.31 0.67 0 0.01 272.5 0.97 0.66
Hex AF 54 FC 1F 43 0 1 110 61 42
Octal 257 124 374 37 103 0 1 420 141 102
Binary 10101111 1010100 11111100 11111 1000011 0 1 100010000 1100001 1000010

Color Harmonies of #AF54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54FC

Black with #AF54FC

Text Example


Text Example

White with #AF54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54FC; }

 p { color: rgb(175,84,252); }

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

background-color css

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

 a { background-color: rgb(175,84,252); }

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

border-color css

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

 span { border-color: rgb(175,84,252); }

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