Html Css Color HEX #AF43E1 Medium Orchid

📋 copy color: '#AF43E1'

red 175 ◦ green 67 ◦ blue 225

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

Shades of Medium Orchid #AF43E1

Tints of Medium Orchid #AF43E1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.35%

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 37.47%
G = 14.35%
B = 48.18%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF43E1 (or 0xAF43E1) is known color: Medium Orchid. HEX triplet: AF, 43 and E1. RGB value is (175,67,225). Sum of RGB (Red+Green+Blue) = 175+67+225=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43E1 is #50BC1E. Grayscale: #747474. Windows color (decimal): -5291039 or 14762927. OLE color: 14762927.

HSL color Cylindrical-coordinate representation of color #AF43E1: hue angle of 281.01º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF43E1 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 67 225 -
CMYK 0.22 0.70 0 0.12
HSL 281.01º 0.72% 0.57% -
HSV(B) 281.01º 0.7% 0.88% -
XYZ 33.28 18.56 73.06 -
YUV 117.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 175 67 225 0.22 0.70 0 0.12 281.01 0.72 0.57
Hex AF 43 E1 16 46 0 C 119 48 39
Octal 257 103 341 26 106 0 14 431 110 71
Binary 10101111 1000011 11100001 10110 1000110 0 1100 100011001 1001000 111001

Color Harmonies of #AF43E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43E1

Black with #AF43E1

Text Example


Text Example

White with #AF43E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43E1; }

 p { color: rgb(175,67,225); }

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

background-color css

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

 a { background-color: rgb(175,67,225); }

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

border-color css

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

 span { border-color: rgb(175,67,225); }

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