Html Css Color HEX #AF4AFA Medium Orchid

📋 copy color: '#AF4AFA'

red 175 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #AF4AFA

Tints of Medium Orchid #AF4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.83%

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

R = 35.07%
G = 14.83%
B = 50.1%

CMYK

 C value IS 0.3

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4AFA (or 0xAF4AFA) is known color: Medium Orchid. HEX triplet: AF, 4A and FA. RGB value is (175,74,250). Sum of RGB (Red+Green+Blue) = 175+74+250=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF4AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AFA is #50B505. Grayscale: #7B7B7B. Windows color (decimal): -5289222 or 16403119. OLE color: 16403119.

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

Color convert

RGB 175 74 250 -
CMYK 0.3 0.70 0 0.02
HSL 274.43º 0.95% 0.64% -
HSV(B) 274.43º 0.7% 0.98% -
XYZ 37.38 20.91 92.51 -
YUV 124.26 198.96 164.19 -
System Red Green Blue C M Y K H S L
Decimal 175 74 250 0.3 0.70 0 0.02 274.43 0.95 0.64
Hex AF 4A FA 1E 46 0 2 112 5F 40
Octal 257 112 372 36 106 0 2 422 137 100
Binary 10101111 1001010 11111010 11110 1000110 0 10 100010010 1011111 1000000

Color Harmonies of #AF4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AFA

Black with #AF4AFA

Text Example


Text Example

White with #AF4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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