Html Css Color HEX #AF4AFD Medium Orchid

📋 copy color: '#AF4AFD'

red 175 ◦ green 74 ◦ blue 253

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

Shades of Medium Orchid #AF4AFD

Tints of Medium Orchid #AF4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 34.86%
G = 14.74%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF4AFD (or 0xAF4AFD) is known color: Medium Orchid. HEX triplet: AF, 4A and FD. RGB value is (175,74,253). Sum of RGB (Red+Green+Blue) = 175+74+253=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AFD is #50B502. Grayscale: #7B7B7B. Windows color (decimal): -5289219 or 16599727. OLE color: 16599727.

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

Color convert

RGB 175 74 253 -
CMYK 0.31 0.71 0 0.01
HSL 273.85º 0.98% 0.64% -
HSV(B) 273.85º 0.71% 0.99% -
XYZ 37.86 21.1 95.01 -
YUV 124.61 200.46 163.95 -
System Red Green Blue C M Y K H S L
Decimal 175 74 253 0.31 0.71 0 0.01 273.85 0.98 0.64
Hex AF 4A FD 1F 47 0 1 112 62 40
Octal 257 112 375 37 107 0 1 422 142 100
Binary 10101111 1001010 11111101 11111 1000111 0 1 100010010 1100010 1000000

Color Harmonies of #AF4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AFD

Black with #AF4AFD

Text Example


Text Example

White with #AF4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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