Html Css Color HEX #AF43FE Medium Orchid

📋 copy color: '#AF43FE'

red 175 ◦ green 67 ◦ blue 254

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

Shades of Medium Orchid #AF43FE

Tints of Medium Orchid #AF43FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 35.28%
G = 13.51%
B = 51.21%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF43FE (or 0xAF43FE) is known color: Medium Orchid. HEX triplet: AF, 43 and FE. RGB value is (175,67,254). Sum of RGB (Red+Green+Blue) = 175+67+254=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF43FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43FE is #50BC01. Grayscale: #777777. Windows color (decimal): -5291010 or 16663471. OLE color: 16663471.

HSL color Cylindrical-coordinate representation of color #AF43FE: hue angle of 274.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF43FE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 67 254 -
CMYK 0.31 0.74 0 0.00
HSL 274.65º 0.99% 0.63% -
HSV(B) 274.65º 0.74% 1% -
XYZ 37.58 20.28 95.7 -
YUV 120.61 203.28 166.79 -
System Red Green Blue C M Y K H S L
Decimal 175 67 254 0.31 0.74 0 0.00 274.65 0.99 0.63
Hex AF 43 FE 1F 4A 0 0 113 63 3F
Octal 257 103 376 37 112 0 0 423 143 77
Binary 10101111 1000011 11111110 11111 1001010 0 0 100010011 1100011 111111

Color Harmonies of #AF43FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43FE

Black with #AF43FE

Text Example


Text Example

White with #AF43FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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