Html Css Color HEX #AF40FA Medium Orchid

📋 copy color: '#AF40FA'

red 175 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #AF40FA

Tints of Medium Orchid #AF40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 35.79%
G = 13.09%
B = 51.12%

CMYK

 C value IS 0.3

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF40FA (or 0xAF40FA) is known color: Medium Orchid. HEX triplet: AF, 40 and FA. RGB value is (175,64,250). Sum of RGB (Red+Green+Blue) = 175+64+250=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40FA is #50BF05. Grayscale: #757575. Windows color (decimal): -5291782 or 16400559. OLE color: 16400559.

HSL color Cylindrical-coordinate representation of color #AF40FA: hue angle of 275.81º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF40FA is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 64 250 -
CMYK 0.3 0.74 0 0.02
HSL 275.81º 0.95% 0.62% -
HSV(B) 275.81º 0.74% 0.98% -
XYZ 36.77 19.68 92.3 -
YUV 118.39 202.27 168.38 -
System Red Green Blue C M Y K H S L
Decimal 175 64 250 0.3 0.74 0 0.02 275.81 0.95 0.62
Hex AF 40 FA 1E 4A 0 2 114 5F 3E
Octal 257 100 372 36 112 0 2 424 137 76
Binary 10101111 1000000 11111010 11110 1001010 0 10 100010100 1011111 111110

Color Harmonies of #AF40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40FA

Black with #AF40FA

Text Example


Text Example

White with #AF40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40FA; }

 p { color: rgb(175,64,250); }

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

background-color css

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

 a { background-color: rgb(175,64,250); }

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

border-color css

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

 span { border-color: rgb(175,64,250); }

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