Html Css Color HEX #AF3FEA Medium Orchid

📋 copy color: '#AF3FEA'

red 175 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #AF3FEA

Tints of Medium Orchid #AF3FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 37.08%
G = 13.35%
B = 49.58%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF3FEA (or 0xAF3FEA) is known color: Medium Orchid. HEX triplet: AF, 3F and EA. RGB value is (175,63,234). Sum of RGB (Red+Green+Blue) = 175+63+234=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF3FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FEA is #50C015. Grayscale: #737373. Windows color (decimal): -5292054 or 15351727. OLE color: 15351727.

HSL color Cylindrical-coordinate representation of color #AF3FEA: hue angle of 279.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3FEA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 63 234 -
CMYK 0.25 0.73 0 0.08
HSL 279.3º 0.8% 0.58% -
HSV(B) 279.3º 0.73% 0.92% -
XYZ 34.31 18.61 79.63 -
YUV 115.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 175 63 234 0.25 0.73 0 0.08 279.3 0.8 0.58
Hex AF 3F EA 19 49 0 8 117 50 3A
Octal 257 77 352 31 111 0 10 427 120 72
Binary 10101111 111111 11101010 11001 1001001 0 1000 100010111 1010000 111010

Color Harmonies of #AF3FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FEA

Black with #AF3FEA

Text Example


Text Example

White with #AF3FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FEA; }

 p { color: rgb(175,63,234); }

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

background-color css

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

 a { background-color: rgb(175,63,234); }

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

border-color css

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

 span { border-color: rgb(175,63,234); }

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