Html Css Color HEX #AF4CFA Medium Orchid

📋 copy color: '#AF4CFA'

red 175 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #AF4CFA

Tints of Medium Orchid #AF4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 34.93%
G = 15.17%
B = 49.9%

CMYK

 C value IS 0.3

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4CFA (or 0xAF4CFA) is known color: Medium Orchid. HEX triplet: AF, 4C and FA. RGB value is (175,76,250). Sum of RGB (Red+Green+Blue) = 175+76+250=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF4CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CFA is #50B305. Grayscale: #7C7C7C. Windows color (decimal): -5288710 or 16403631. OLE color: 16403631.

HSL color Cylindrical-coordinate representation of color #AF4CFA: hue angle of 274.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4CFA is Cyan = 0.3, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 76 250 -
CMYK 0.3 0.70 0 0.02
HSL 274.14º 0.95% 0.64% -
HSV(B) 274.14º 0.7% 0.98% -
XYZ 37.52 21.18 92.55 -
YUV 125.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 175 76 250 0.3 0.70 0 0.02 274.14 0.95 0.64
Hex AF 4C FA 1E 46 0 2 112 5F 40
Octal 257 114 372 36 106 0 2 422 137 100
Binary 10101111 1001100 11111010 11110 1000110 0 10 100010010 1011111 1000000

Color Harmonies of #AF4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CFA

Black with #AF4CFA

Text Example


Text Example

White with #AF4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CFA; }

 p { color: rgb(175,76,250); }

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

background-color css

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

 a { background-color: rgb(175,76,250); }

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

border-color css

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

 span { border-color: rgb(175,76,250); }

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