Html Css Color HEX #AF5FDA Medium Orchid

📋 copy color: '#AF5FDA'

red 175 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #AF5FDA

Tints of Medium Orchid #AF5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.47%

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 35.86%
G = 19.47%
B = 44.67%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF5FDA (or 0xAF5FDA) is known color: Medium Orchid. HEX triplet: AF, 5F and DA. RGB value is (175,95,218). Sum of RGB (Red+Green+Blue) = 175+95+218=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FDA is #50A025. Grayscale: #848484. Windows color (decimal): -5283878 or 14311343. OLE color: 14311343.

HSL color Cylindrical-coordinate representation of color #AF5FDA: hue angle of 279.02º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5FDA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 95 218 -
CMYK 0.20 0.56 0 0.15
HSL 279.02º 0.62% 0.61% -
HSV(B) 279.02º 0.56% 0.85% -
XYZ 34.43 22.36 68.83 -
YUV 132.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 175 95 218 0.20 0.56 0 0.15 279.02 0.62 0.61
Hex AF 5F DA 14 38 0 F 117 3E 3D
Octal 257 137 332 24 70 0 17 427 76 75
Binary 10101111 1011111 11011010 10100 111000 0 1111 100010111 111110 111101

Color Harmonies of #AF5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FDA

Black with #AF5FDA

Text Example


Text Example

White with #AF5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FDA; }

 p { color: rgb(175,95,218); }

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

background-color css

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

 a { background-color: rgb(175,95,218); }

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

border-color css

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

 span { border-color: rgb(175,95,218); }

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