Html Css Color HEX #AF43E7 Medium Orchid

📋 copy color: '#AF43E7'

red 175 ◦ green 67 ◦ blue 231

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

Shades of Medium Orchid #AF43E7

Tints of Medium Orchid #AF43E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 37%
G = 14.16%
B = 48.84%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF43E7 (or 0xAF43E7) is known color: Medium Orchid. HEX triplet: AF, 43 and E7. RGB value is (175,67,231). Sum of RGB (Red+Green+Blue) = 175+67+231=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF43E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43E7 is #50BC18. Grayscale: #757575. Windows color (decimal): -5291033 or 15156143. OLE color: 15156143.

HSL color Cylindrical-coordinate representation of color #AF43E7: hue angle of 279.51º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF43E7 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 67 231 -
CMYK 0.24 0.71 0 0.09
HSL 279.51º 0.77% 0.58% -
HSV(B) 279.51º 0.71% 0.91% -
XYZ 34.11 18.9 77.45 -
YUV 117.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 175 67 231 0.24 0.71 0 0.09 279.51 0.77 0.58
Hex AF 43 E7 18 47 0 9 118 4D 3A
Octal 257 103 347 30 107 0 11 430 115 72
Binary 10101111 1000011 11100111 11000 1000111 0 1001 100011000 1001101 111010

Color Harmonies of #AF43E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43E7

Black with #AF43E7

Text Example


Text Example

White with #AF43E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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