Html Css Color HEX #AF4AFB Medium Orchid

📋 copy color: '#AF4AFB'

red 175 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #AF4AFB

Tints of Medium Orchid #AF4AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 35%
G = 14.8%
B = 50.2%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4AFB (or 0xAF4AFB) is known color: Medium Orchid. HEX triplet: AF, 4A and FB. RGB value is (175,74,251). Sum of RGB (Red+Green+Blue) = 175+74+251=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AFB is #50B504. Grayscale: #7B7B7B. Windows color (decimal): -5289221 or 16468655. OLE color: 16468655.

HSL color Cylindrical-coordinate representation of color #AF4AFB: hue angle of 274.24º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4AFB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 74 251 -
CMYK 0.30 0.71 0 0.02
HSL 274.24º 0.96% 0.64% -
HSV(B) 274.24º 0.71% 0.98% -
XYZ 37.54 20.98 93.34 -
YUV 124.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 175 74 251 0.30 0.71 0 0.02 274.24 0.96 0.64
Hex AF 4A FB 1E 47 0 2 112 60 40
Octal 257 112 373 36 107 0 2 422 140 100
Binary 10101111 1001010 11111011 11110 1000111 0 10 100010010 1100000 1000000

Color Harmonies of #AF4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AFB

Black with #AF4AFB

Text Example


Text Example

White with #AF4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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