Html Css Color HEX #AF4EFD Medium Orchid

📋 copy color: '#AF4EFD'

red 175 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #AF4EFD

Tints of Medium Orchid #AF4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

 BLUE value IS 253 (99.22% from 255) = 50%

R = 34.58%
G = 15.42%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF4EFD (or 0xAF4EFD) is known color: Medium Orchid. HEX triplet: AF, 4E and FD. RGB value is (175,78,253). Sum of RGB (Red+Green+Blue) = 175+78+253=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFD is #50B102. Grayscale: #7E7E7E. Windows color (decimal): -5288195 or 16600751. OLE color: 16600751.

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

Color convert

RGB 175 78 253 -
CMYK 0.31 0.69 0 0.01
HSL 273.26º 0.98% 0.65% -
HSV(B) 273.26º 0.69% 0.99% -
XYZ 38.13 21.65 95.1 -
YUV 126.95 199.14 162.27 -
System Red Green Blue C M Y K H S L
Decimal 175 78 253 0.31 0.69 0 0.01 273.26 0.98 0.65
Hex AF 4E FD 1F 45 0 1 111 62 41
Octal 257 116 375 37 105 0 1 421 142 101
Binary 10101111 1001110 11111101 11111 1000101 0 1 100010001 1100010 1000001

Color Harmonies of #AF4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EFD

Black with #AF4EFD

Text Example


Text Example

White with #AF4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EFD; }

 p { color: rgb(175,78,253); }

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

background-color css

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

 a { background-color: rgb(175,78,253); }

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

border-color css

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

 span { border-color: rgb(175,78,253); }

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