Html Css Color HEX #AF48E4 Medium Orchid

📋 copy color: '#AF48E4'

red 175 ◦ green 72 ◦ blue 228

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

Shades of Medium Orchid #AF48E4

Tints of Medium Orchid #AF48E4

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.16%

 BLUE value IS 228 (89.45% from 255) = 48%

R = 36.84%
G = 15.16%
B = 48%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF48E4 (or 0xAF48E4) is known color: Medium Orchid. HEX triplet: AF, 48 and E4. RGB value is (175,72,228). Sum of RGB (Red+Green+Blue) = 175+72+228=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF48E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48E4 is #50B71B. Grayscale: #787878. Windows color (decimal): -5289756 or 14960815. OLE color: 14960815.

HSL color Cylindrical-coordinate representation of color #AF48E4: hue angle of 279.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF48E4 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 72 228 -
CMYK 0.23 0.68 0 0.11
HSL 279.62º 0.74% 0.59% -
HSV(B) 279.62º 0.68% 0.89% -
XYZ 34 19.35 75.34 -
YUV 120.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 175 72 228 0.23 0.68 0 0.11 279.62 0.74 0.59
Hex AF 48 E4 17 44 0 B 118 4A 3B
Octal 257 110 344 27 104 0 13 430 112 73
Binary 10101111 1001000 11100100 10111 1000100 0 1011 100011000 1001010 111011

Color Harmonies of #AF48E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48E4

Black with #AF48E4

Text Example


Text Example

White with #AF48E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48E4; }

 p { color: rgb(175,72,228); }

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

background-color css

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

 a { background-color: rgb(175,72,228); }

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

border-color css

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

 span { border-color: rgb(175,72,228); }

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